@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
*/
/** {*/
/*  box-sizing: border-box;*/
/*}*/

html {
  font-size: 62.5%;
}

/*body {*/
/*  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";*/
/*  font-weight: 400;*/
/*  background-color: #f0f0f0;*/
/*  color: #333;*/
/*  word-wrap: break-word;*/
/*  word-break: break-all;*/
/*}*/

a {
  color: #333;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
}

/*footer {*/
/*  background-color: #fff;*/
/*}*/

/*footer .footer_info {*/
/*  letter-spacing: 0.57px;*/
/*}*/

/*footer .footer_corp {*/
/*  font-size: 1.2rem;*/
/*  font-weight: 700;*/
/*}*/

/*footer .footer_sbit {*/
/*  line-height: 1.2;*/
/*}*/

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  header.state_input_focus {
    display: none;
  }
  header .header_notice {
    background-color: #ffe7ea;
  }
  header .header_notice_inner {
    padding: 0 20px;
  }
  header .header_notice_ttl {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
  }
  header .header_notice_ttl_txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #CE0000;
    font-weight: bold;
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
  }
  header .header_notice_ttl_trigger {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/images/common/arrow_down_blu_02.png") right center no-repeat;
    background-size: 20px auto;
  }
  header .header_notice_cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: height .4s ease;
    height: 0;
    overflow: hidden;
  }
  header .header_notice_cont_txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.17px;
    color: #333;
    font-weight: normal;
  }
  header .header_notice_cont_txt a {
    color: #277AEB;
  }
  header .header_inner {
    position: relative;
  }
  header .header_infoarea {
    background-color: #fff;
    height: 45px;
    border-bottom: 1px solid #d8d8d8;
  }
  header .header_userbtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
  }
  header .header_userbtn_icon {
    width: 28px;
    margin-left: 12px;
    transition: opacity .5s ease;
    opacity: 1;
  }
  header .header_userbtn_txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
  }
  header .header_userbtn:before, header .header_userbtn:after {
    position: absolute;
    content: "";
    display: block;
    transition: opacity .5s ease;
    background-color: #000;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 31px;
    height: 3px;
    top: 21px;
    left: 13px;
    opacity: 0;
  }
  header .header_userbtn:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header_userbtn:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .header_userbtn.state_close {
    width: 60px;
    height: 45px;
    transition: background-color .5s ease;
  }
  header .header_userbtn.state_open {
    width: 60px;
    background-color: #ECECEC;
  }
  header .header_userbtn.state_open .header_userbtn_icon {
    opacity: 0;
  }
  header .header_userbtn.state_open:before, header .header_userbtn.state_open:after {
    opacity: 1;
  }
  header .header_menubtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 45px;
  }
  header .header_menubtn span {
    position: absolute;
    content: "";
    display: block;
    transition: all .5s ease;
    background-color: #000;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 30px;
    height: 3px;
  }
  header .header_menubtn.state_close span:nth-of-type(1) {
    top: 14px;
    left: 14px;
  }
  header .header_menubtn.state_close span:nth-of-type(2) {
    top: 21px;
    left: 14px;
    opacity: 1;
  }
  header .header_menubtn.state_close span:nth-of-type(3) {
    top: 28px;
    left: 14px;
  }
  header .header_menubtn.state_open {
    background-color: #ECECEC;
  }
  header .header_menubtn.state_open span:nth-of-type(1) {
    top: 21px;
    left: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header_menubtn.state_open span:nth-of-type(2) {
    top: 21px;
    left: 14px;
    opacity: 0;
  }
  header .header_menubtn.state_open span:nth-of-type(3) {
    top: 21px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .header_logo {
    padding: 11px 0 0;
  }
  header .header_logo h1 {
    text-align: center;
  }
  header .header_logo h1 a {
    width: 127px;
    display: inline-block;
  }
  header .header_navarea {
    height: 40px;
  }
  header .header_nav_list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_nav_list:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #979797;
  }
  header .header_nav_list li {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: center;
  }
  header .header_nav_list li a.header_nav_link {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.58px;
    background-color: #292929;
    line-height: 40px;
  }
  header .header_nav_list li a.header_nav_link.state_current {
    background-color: #2E7DE8;
  }
  header .header_drawer {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    font-size: 1.4rem;
    background-color: #2f2f2f;
    transition: top .4s ease, height .4s ease;
  }
  header .header_drawer.state_open {
    height: calc(100% - 45px);
  }
  header .header_drawer_usermenu {
    display: none;
    padding: 0 30px;
  }
  header .header_drawer_usermenu.state_show {
    display: block;
  }
  header .header_drawer_normalmenu {
    display: none;
  }
  header .header_drawer_normalmenu.state_show {
    display: block;
  }
  header .header_about {
    letter-spacing: 0.58px;
    padding: 18px 16px;
  }
  header .header_about a {
    color: #fff;
    padding-left: 15px;
    background: url("/assets/images/common/cursor_r_wht.png") left center no-repeat;
    background-size: 6px auto;
  }
  header .header_login_status {
    color: #FFFFFF;
    letter-spacing: 0.54px;
    padding-top: 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: normal;
  }
  header .header_login_status_company {
    display: block;
    line-height: 1.5;
  }
  header .header_login_status_position {
    display: block;
    line-height: 1.5;
    margin-top: 8px;
  }
  header .header_login_name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.58px;
    color: #fff;
    font-weight: normal;
    margin-top: 14px;
  }
  header .header_drawer_ctlArea {
    margin-top: 26px;
  }
  header .header_mypage {
    margin-bottom: 11px;
  }
  header .header_mypage a {
    display: block;
    color: #274d9c;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    height: 32px;
    background-color: #fff;
  }
  header .header_ctl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_ctl li {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 5px 0 0;
  }
  header .header_ctl li:last-child {
    padding: 0 0 0 5px;
  }
  header .header_ctl li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    height: 32px;
  }
  header .header_cat_layer01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_cat_layer01 li {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: center;
  }
  header .header_cat_layer01 li a {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 40px;
    background-color: #4a4a4a;
  }
  header .header_cat_layer01 li a.state_current {
    color: #4a4a4a;
    background-color: #fff;
  }
  header .header_cat_layers {
    display: none;
    background-color: #fff;
    line-height: 1.2;
    letter-spacing: 1.4px;
  }
  header .header_cat_layers.state_current {
    display: block;
  }
  header .header_cat_layers ul li a {
    display: block;
  }
  header .header_cat_layer02 > li {
    position: relative;
  }
  header .header_cat_layer02 > li:after {
    position: absolute;
    bottom: 0;
    left: 17px;
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #d8d8d8;
  }
  header .header_cat_layer02 > li:last-child:after {
    content: none;
  }
  header .header_cat_layer02 > li:first-child {
    border-top: none;
  }
  header .header_cat_layer02 > li > a {
    padding: 12px 23px 12px 33px;
    background-image: url("/assets/images/common/arrow_down_blu_01.png");
    background-position: right 23px center;
    background-repeat: no-repeat;
    background-size: 13px 7px;
  }
  header .header_cat_layer02 > li > a.state_current {
    background-color: rgba(83, 118, 140, 0.17);
    background-image: url("/assets/images/common/arrow_up_blu_01.png");
  }
  header .header_cat_layer03 {
    display: none;
    background-color: rgba(83, 118, 140, 0.09);
  }
  header .header_cat_layer03 > li > a {
    padding: 8px 23px 8px 33px;
  }
  header .header_drawer_foot {
    background-color: #2f2f2f;
    padding: 30px 0 36px;
  }
  header .header_search {
    position: relative;
    max-width: 360px;
    padding: 0 10px;
    margin: 0 auto;
  }
  header .header_search input[type="text"] {
    font-size: 1.2rem;
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px 30px 5px 1px;
    background-color: transparent;
    border-radius: 0;
  }
  header .header_search input[type="text"]:placeholder-shown {
    color: #a4a4a4;
    text-align: center;
  }
  header .header_search input[type="text"]::-webkit-input-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  header .header_search input[type="text"]:-moz-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  header .header_search input[type="text"]::-moz-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  header .header_search input[type="text"]:-ms-input-placeholder {
    color: #a4a4a4;
    text-align: center;
  }
  header .header_search input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 12px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width: 21px;
    height: 20px;
    background: url("/assets/images/common/icon_search_wht.png") center no-repeat;
    background-size: cover;
  }
  header .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 161px;
    margin: 30px auto 0;
  }
  header .header_sns li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .header_sns li a.header_sns_rss {
    background-image: url("/assets/images/common/icon_rss_wht.png");
    width: 16px;
    height: 16px;
  }
  header .header_sns li a.header_sns_fb {
    background-image: url("/assets/images/common/icon_facebook_wht.png");
    width: 19px;
    height: 19px;
  }
  header .header_sns li a.header_sns_tw {
    background-image: url("/assets/images/common/icon_twitter_wht.png");
    width: 20px;
    height: 16px;
  }
  header .header_link-submedia {
    width: 164px;
    margin: 24px auto;
  }
  header .header_link-submedia > a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.58px;
    color: #fff;
    font-weight: 400;
    padding: 10px 40px 10px 20px;
    display: block;
    width: 100%;
    background: url("/assets/images/common/arrow_right_white.png") right 17px center no-repeat;
    background-size: 9px 15px;
  }
  header .header_link-submedia > a span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 3px;
  }
  #menubar-s.special header .header_menubtn,
  #menubar-s.special header .header_navarea {
    display: none;
  }
  #menubar-s.state_notice_exists header .header_drawer {
    top: 89px;
    height: 0;
  }
  #menubar-s.state_notice_exists header .header_drawer.state_open {
    height: calc(100% - 89px);
  }
  #menubar-s.state_notice_show header .header_notice_ttl_trigger {
    background: url("/assets/images/common/arrow_up_blu_02.png") right center no-repeat;
    background-size: 20px auto;
  }
  #menubar-s.state_notice_show header .header_notice_cont {
    height: 56px;
  }
  #menubar-s.state_notice_show header .header_drawer {
    top: 145px;
    height: 0;
  }
  #menubar-s.state_notice_show header .header_drawer.state_open {
    height: calc(100% - 145px);
  }
  /*footer .footer_logo {*/
  /*  padding: 15px 18px 0;*/
  /*}*/
  /*footer .footer_logo span {*/
  /*  display: inline-block;*/
  /*  width: 127px;*/
  /*}*/
  /*footer .footer_nav {*/
  /*  font-size: 1.4rem;*/
  /*  padding: 0 30px;*/
  /*  margin-top: 23px;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list {*/
  /*  display: -webkit-flex;*/
  /*  display: -ms-flexbox;*/
  /*  display: flex;*/
  /*  -webkit-flex-wrap: wrap;*/
  /*      -ms-flex-wrap: wrap;*/
  /*          flex-wrap: wrap;*/
  /*  -webkit-align-items: center;*/
  /*      -ms-flex-align: center;*/
  /*          align-items: center;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list li {*/
  /*  line-height: 1.2;*/
  /*  width: 50%;*/
  /*  padding-top: 10px;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list li:nth-of-type(odd) {*/
  /*  padding-right: 20px;*/
  /*}*/
  /*footer .footer_info {*/
  /*  background-color: #f5f5f5;*/
  /*  padding: 15px 18px 15px;*/
  /*  margin-top: 30px;*/
  /*}*/
  /*footer .footer_sbit {*/
  /*  margin-top: 7px;*/
  /*}*/
  /*footer .footer_copyright {*/
  /*  margin-top: 10px;*/
  /*}*/
  #menubar-s.special #contents {
    padding-top: 45px;
  }
  #menubar-s.state_notice_exists #contents {
    padding-top: 129px;
  }
  #menubar-s.state_notice_exists.special #contents {
    padding-top: 89px;
  }
  #menubar-s.state_notice_show #contents {
    padding-top: 185px;
  }
  #menubar-s.state_notice_show.special #contents {
    padding-top: 145px;
  }
  #contents {
    transition: padding-top .4s ease;
    /*padding-top: 85px;*/
  }
  #fixedbaner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
  }
  #fixedbaner.state_close {
    opacity: 0;
  }
  #fixedbaner .fixedbaner_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;
    padding: 8px 15px 8px 15px;
  }
  #fixedbaner .fixedbaner_text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #E36200;
    font-weight: normal;
    padding-right: 10px;
  }
  #fixedbaner .fixedbaner_btnarea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 125px;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
  }
  #fixedbaner .fixedbaner_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 #F56A00;
    min-width: 125px;
  }
  #fixedbaner .fixedbaner_btn.is_merit {
    color: #F56A00;
    background-color: #fff;
    margin-right: 8px;
  }
  #fixedbaner .fixedbaner_btn.is_register {
    color: #fff;
    background-color: #F56A00;
  }
  #fixedbaner .fixedbaner_close {
    background-color: #fff;
    border: 1px solid #53768c;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.58px;
    color: #53768c;
    display: inline-block;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    min-width: 70px;
    text-align: center;
    margin-left: 10px;
  }
  /* イベントニュースコンテンツ間の区切り線 */
  .co-event_seminar-content-between-line {
    display: none;
  }
  /* サブコンテンツ間の区切り線 */
  .co-content_sub-between-line {
    display: none;
  }
  /* 記事カード一覧バナー */
  .co-article_banner {
    padding: 37px 20px 0;
    background-color: #fff;
  }
  .co-article_banner a {
    display: block;
  }
  /* イベントニュース バナー */
  .co-event_seminar_banner {
    padding: 30px 20px 5px;
    background-color: #fff;
  }
  .co-event_seminar_banner a {
    display: block;
  }
  /* イベントニュース バナー */
  .co-business_genres_banner {
    padding: 30px 20px 5px;
    background-color: #fff;
  }
  .co-business_genres_banner a {
    display: block;
  }
  /* ---------- 記事 start ---------- */
  /* ヘッダ */
  .co-article_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-article_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-article_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-article_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-article_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-article_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-article_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-article_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-article_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-article_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  
  /* 2020.09.07 Modify */
  .co-article_card__contents--cardvisual .is-special,
  .co-special_card__contents--cardvisual .is-special,
  .co-movie_card__contents--cardvisual .is-special,
  .co-white_paper_card__contents--cardvisual .is-special {
    position: absolute;
    width: 60px;
    height: 17px;
    bottom: 13px; /* Fixed 2020.09.28 20px -> 13px */
    right: 10px;
    background-image: url("https://www.sbbit.jp/assets/images/common/icon_specialmark_gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .co-article_card__contents--event {
    display: none;
  }
  .co-article_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-article_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-article_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-article_card__contents--date.is-open {
    display: block;
  }
  .co-article_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-article_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-article_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-article_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-article_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-article_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-article_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: 25px;
    top: 15px;
  }
  /* ---------- 記事 end ---------- */
  /* ---------- ニュース start ---------- */
  /* ヘッダ */
  .co-news_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-news_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-news_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-news_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-news_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-news_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-news_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-news_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-news_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-news_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-news_card__contents--event {
    display: none;
  }
  .co-news_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-news_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-news_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-news_card__contents--date.is-open {
    display: block;
  }
  .co-news_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-news_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-news_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-news_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-news_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-news_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-news_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: 25px;
    top: 15px;
  }
  /* ---------- ニュース end ---------- */
  /* ---------- スペシャルコンテンツ start ---------- */
  /* ヘッダ */
  .co-special_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
    background-color: #f0f0f0;
  }
  /* カード一覧 */
  .co-special_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #f0f0f0;
    border-bottom: none;
  }
  /* カード */
  .co-special_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #f0f0f0;
  }
  .co-special_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-special_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-special_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-special_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-special_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-special_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-special_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-special_card__contents--event {
    display: none;
  }
  .co-special_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-special_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-special_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-special_card__contents--date.is-open {
    display: block;
  }
  .co-special_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-special_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-special_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-special_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
    /* スペシャルは背景色が異なる */
    background-color: #f0f0f0;
  }
  .co-special_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-special_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-special_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: 25px;
    top: 15px;
  }
  .co-special_morecheck--text {
    background-color: #fff;
  }
  /* ---------- スペシャルコンテンツ end ---------- */
  /* ---------- イベントニュース start ---------- */
  /* ヘッダ */
  .co-event_seminar_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-event_seminar_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-event_seminar_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-event_seminar_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-event_seminar_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-event_seminar_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    box-shadow: 0 5px 15px rgba(21,61,102,.17);
  }
  .co-event_seminar_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-event_seminar_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-event_seminar_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-event_seminar_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-event_seminar_card__contents--event {
    display: none;
  }
  .co-event_seminar_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-event_seminar_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-event_seminar_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-event_seminar_card__contents--date.is-open {
    display: block;
  }
  .co-event_seminar_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-event_seminar_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-event_seminar_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  .co-event_seminar_card__contents--img {
    background-size: auto 100%;
    background-color: #ccc;
  }
  .co-event_seminar_card__contents--event {
    width: 100%;
    height: 30px;
    display: block;
    background-color: rgba(168, 175, 183, 0.16);
    margin-bottom: 5px;
  }
  .co-event_seminar_card__contents--eventplace {
    float: left;
    margin-left: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-event_seminar_card__contents--eventdate {
    float: left;
    margin-left: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-event_seminar_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-event_seminar_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-event_seminar_card__remarks.is-event {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  /* もっとみる */
  .co-event_seminar_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-event_seminar_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-event_seminar_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-event_seminar_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: 25px;
    top: 15px;
  }
  /* ---------- イベントニュース end ---------- */
  /* ---------- ビジネスジャンル start ---------- */
  /* ヘッダ */
  .co-business_genres_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-business_genres_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-business_genres_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-business_genres_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-business_genres_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-business_genres_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-business_genres_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-business_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-business_genres_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-business_genres_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-business_genres_card__contents--event {
    display: none;
  }
  .co-business_genres_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-business_genres_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-business_genres_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-business_genres_card__contents--date.is-open {
    display: block;
  }
  .co-business_genres_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-business_genres_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-business_genres_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-business_genres_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-business_genres_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-business_genres_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-business_genres_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: 25px;
    top: 15px;
  }
  /* ---------- ビジネスジャンル end ---------- */
  /* ---------- ITジャンル start ---------- */
  /* ヘッダ */
  .co-it_genres_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-it_genres_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-it_genres_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-it_genres_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-it_genres_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-it_genres_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-it_genres_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-it_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-it_genres_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-it_genres_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-it_genres_card__contents--event {
    display: none;
  }
  .co-it_genres_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-it_genres_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-it_genres_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-it_genres_card__contents--date.is-open {
    display: block;
  }
  .co-it_genres_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-it_genres_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-it_genres_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-it_genres_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-it_genres_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-it_genres_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-it_genres_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: 25px;
    top: 15px;
  }
  /* ---------- ITジャンル end ---------- */
  /* ---------- ホワイトペーパー start ---------- */
  /* ヘッダ */
  .co-white_paper_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-white_paper_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-white_paper_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    /* ホワイトペーパーの画像だけ上付けにする */
  }
  .co-white_paper_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-white_paper_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-white_paper_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-white_paper_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-white_paper_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-white_paper_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-white_paper_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-white_paper_card__contents--event {
    display: none;
  }
  .co-white_paper_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-white_paper_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-white_paper_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-white_paper_card__contents--date.is-open {
    display: block;
  }
  .co-white_paper_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-white_paper_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-white_paper_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  .co-white_paper_card__contents--img {
    background-position: top;
  }
  /* もっとみる */
  .co-white_paper_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-white_paper_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-white_paper_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-white_paper_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: 25px;
    top: 15px;
  }
  /* ---------- ホワイトペーパー end ---------- */
  /* ---------- 動画 start ---------- */
  /* ヘッダ */
  .co-movie_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-movie_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-movie_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    /* 再生アイコン表示位置 */
  }
  .co-movie_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-movie_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-movie_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-movie_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-movie_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-movie_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-movie_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-movie_card__contents--event {
    display: none;
  }
  .co-movie_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-movie_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-movie_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-movie_card__contents--date.is-open {
    display: block;
  }
  .co-movie_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-movie_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-movie_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  .co-movie_card__contents--img {
    position: relative;
  }
  .co-movie_card__contents--movie {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* もっとみる */
  .co-movie_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-movie_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-movie_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-movie_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: 25px;
    top: 15px;
  }
  /* ---------- 動画 end ---------- */
  /* ---------- サブ記事(横4つ) start ---------- */
  /* ヘッダ */
  .co-sub_article_header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-sub_article_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-sub_article_card {
    width: calc(100% - 41px);
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 0 0 0;
    margin: 0 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-sub_article_card:nth-last-of-type(2) {
    border-bottom: none;
  }
  .co-sub_article_card__inner--link {
    text-decoration: none;
    width: 100%;
  }
  .co-sub_article_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-sub_article_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-sub_article_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-sub_article_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }
  .co-sub_article_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .co-sub_article_card__contents--event {
    display: none;
  }
  .co-sub_article_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-sub_article_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-sub_article_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-sub_article_card__contents--date.is-open {
    display: block;
  }
  .co-sub_article_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-sub_article_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-sub_article_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-sub_article_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-sub_article_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-sub_article_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-sub_article_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: 25px;
    top: 15px;
  }
  /* ---------- サブ記事(横4つ) end ---------- */
  /* ---------- ビジネス+IT特集 記事 start ---------- */
  /* ヘッダ */
  .co-business_feature_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
  }
  /* カード一覧 */
  .co-business_features_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-business_feature_card {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-business_feature_card:last-of-type {
    border-bottom: none;
  }
  .co-business_feature_card__inner--link {
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .co-business_feature_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-business_feature_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-business_feature_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 5px;
  }
  .co-business_feature_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .co-business_feature_card__contents--event {
    display: none;
  }
  .co-business_feature_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-business_feature_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-business_feature_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-business_feature_card__contents--date.is-open {
    display: block;
  }
  .co-business_feature_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-business_feature_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-business_feature_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-business_feature_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-business_feature_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-business_feature_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-business_feature_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: 25px;
    top: 15px;
  }
  /* ---------- ビジネス+IT特集 記事 end ---------- */
  /* サイドコンテンツ */
  .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;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-access__list--item.no-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .side-access__list--item.no-image .side-access__card--inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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.no-image .side-access__card--imagevisual {
    margin-top: -1.4rem;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .side-access__list--item.no-image .side-access__card--cardvisual {
    padding-left: 0;
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .side-access__list--item.no-image .side-access__card--cardvisual .side-access__card--remarks {
    padding-left: 39%;
  }
  .side-access__list--item:first-child {
    margin-top: 0;
  }
  .side-access__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-access__morecheck > p {
    position: relative;
  }
  .side-access__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__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;
    margin-top: 15px;
  }
  .side-access__morecheck > p {
    position: relative;
  }
  .side-access__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-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-contact_ad {
    padding: 25px 0;
    text-align: center;
    background-color: #fff;
  }
  .side-contact_ad a {
    width: 100%;
    margin: 0 auto;
    height: 46px;
    max-width: 347px;
    border-radius: 4px;
    color: #fff;
    background: #2e7de8;
    display: block;
    font-size: 1.4rem;
    line-height: 46px;
    letter-spacing: 0.5px;
  }
  .side-contact_ad a:after {
    content: "";
    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: -2px;
    background-position: right center;
    padding-left: 8px;
  }
  .side-article {
    background-color: #fff;
  }
  .side-article__inner {
    padding: 0 20px 10px;
  }
  .side-article__inner--text {
    padding: 19px 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .side-article__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }
  .side-article__list--item {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article__list--item.no-image {
    margin-bottom: 15px;
  }
  .side-article__list--item.no-image .side-article__card--inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .side-article__list--item.no-image .side-article__card--title {
    width: 100%;
    padding-left: 44px;
  }
  .side-article__list--item.no-image .side-article__card--remarks {
    padding-left: 46px;
  }
  .side-article__list--item.no-image .side-article__card--imagevisual {
    margin-top: -1.4rem;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .side-article__list--item.no-image .side-article__card--cardvisual {
    padding-left: 0;
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .side-article__list--item.no-image .side-article__card--cardvisual .side-article__card--remarks {
    padding-left: 39%;
  }
  .side-article__list--item.no-image .side-article__card--title {
    padding-left: 0;
  }
  .side-article__list--item:first-child {
    margin-top: 0;
  }
  .side-article__list--item:last-child {
    border-bottom: none;
  }
  .side-article__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-article__morecheck > p {
    position: relative;
  }
  .side-article__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-article__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;
    margin-top: 15px;
  }
  .side-article__morecheck > p {
    position: relative;
  }
  .side-article__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-event_seminar {
    background-color: #ecf2f6;
  }
  .side-event_seminar__inner {
    position: relative;
  }
  .side-event_seminar__inner--search {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
  }
  .side-event_seminar__inner--search.is-open {
    background-color: #ecf2f6;
  }
  .side-event_seminar__inner--search.is-open .side-event_seminar__inner--title:after {
    position: absolute;
    top: 38px;
    right: 8%;
    width: 20px;
    height: 12px;
    display: inline-block;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 20px 12px;
    content: "";
    vertical-align: -1px;
  }
  .side-event_seminar__inner--title {
    border: 1px solid #2470ff;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #2470ff;
    font-weight: normal;
    text-align: center;
  }
  .side-event_seminar__inner--title:after {
    position: absolute;
    top: 38px;
    right: 8%;
    width: 20px;
    height: 12px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 20px 12px;
    content: "";
    vertical-align: -1px;
  }
  .side-event_seminar__inner--keyword {
    padding-top: 17px;
  }
  .side-event_seminar__inner--condition {
    padding-top: 17px;
  }
  .side-event_seminar__inner--btn {
    padding-top: 17px;
  }
  .side-event_seminar__inner .icon-search_blue_blk {
    margin-right: 10px;
    /* 明るい青 検索アイコン sp:明るい青 */
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/assets/images/common/icon_search_right_blue.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    vertical-align: -3px;
  }
  .side-event_seminar--block {
    display: none;
    padding: 0 12px 22px 10px;
  }
  /* キーワードで検索する */
  .keyword__inner {
    padding-top: 17px;
    text-align: center;
  }
  .keyword__inner input {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    border: none;
    border-radius: unset;
    background-color: #ecf2f6;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: normal;
  }
  /* イベントニュース絞り込み条件 */
  /* ジャンル */
  .genres--block {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .genres--block--main {
    width: 85%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: unset;
  }
  .genres--block--main--wrap {
    position: relative;
    height: 35px;
    margin-bottom: 7px;
  }
  .genres--block--main--wrap:before {
    position: absolute;
    top: 47%;
    right: calc(17% + 5px);
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .genres--block--main--wrap .icon-delete {
    position: absolute;
    top: 25%;
    right: 7px;
  }
  .genres--block--sub {
    width: 85%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: unset;
  }
  .genres--block--sub--wrap {
    position: relative;
    height: 35px;
  }
  .genres--block--sub--wrap:before {
    position: absolute;
    top: 47%;
    right: calc(17% + 5px);
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .genres--block:not(:first-child) {
    padding-top: 10px;
  }
  .genres--block:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .genres--btn .btn--text {
    display: block;
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: normal;
    color: #2470ff;
    font-weight: 400;
  }
  /* 地域 */
  .area--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .area--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .area--select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: unset;
  }
  .area--select--wrap {
    position: relative;
  }
  .area--select--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  /* 開催日時 */
  .date--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .date--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .date--before {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: unset;
  }
  .date--before--block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .date--before--wrap {
    width: 30%;
    position: relative;
  }
  .date--before--wrap:first-of-type {
    width: 40%;
    position: relative;
  }
  .date--before--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .date--after {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: unset;
  }
  .date--after--block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .date--after--wrap {
    width: 30%;
    position: relative;
  }
  .date--after--wrap:first-of-type {
    width: 40%;
    position: relative;
  }
  .date--after--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .date--from-to {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
  }
  /* 種別 */
  .types--main {
    padding: 16px 4px 16px 4px;
  }
  .types--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .types--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .types--item {
    padding-bottom: 10px;
  }
  .types--item:nth-of-type(2n+1) {
    width: 60%;
  }
  .types--item:nth-of-type(2n+2) {
    width: 40%;
  }
  .types--check {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    opacity: 0;
  }
  .types--check + label {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("/assets/images/common/icon_check_off.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    content: "";
    vertical-align: -8px;
    width: auto;
    padding-left: 25px;
  }
  .types--check:checked + label {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("/assets/images/common/icon_check_on.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    content: "";
    vertical-align: -8px;
    width: auto;
    padding-left: 25px;
  }
  .types--text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
  }
  /* この条件で検索する */
  .btn__inner--submit {
    outline: 0;
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    background-color: #2e7de8;
  }
  /* アクセス総合ランキングカード */
  .side-access__card--inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .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--imagevisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(39% - 15px);
  }
  .side-access__card--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    padding-left: 17px;
    margin-top: -4px;
  }
  .side-access__card--image {
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .side-access__card--image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .side-access__card--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-access__card--remarks {
    width: 100%;
  }
  .side-access__card--remarks-pankuzu {
    display: inline-block;
    width: 100%;
    background-color: rgba(83, 118, 140, 0.8);
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: normal;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .side-access__card--remarks-date {
    margin-top: 5px;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #a5a5a5;
    font-weight: normal;
  }
  /* 広告 */
  .side-ad_menubar-s {
    padding: 30px 20px;
  }
  
  	/* 2020.06.15 Fixed */
	.side-ad_menubar-s img {
	    width: 100%;
	    height: auto;
	}
  
  .side-ad_menubar-s > div {
    margin-bottom: 10px;
  }
  .side-ad_menubar-s > div:last-child {
    margin-bottom: 0;
  }
  .side-ad_menubar-s > div a {
    display: block;
  }
  /* 注目のイベントニュースカード */
  .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: left;
  }
  .side-event__card--inner-open.is-online {
    background-color: #fff1eb;
  }
  .side-event__card--inner-open.is-online .side-event__card--inner-open_place {
    color: #f4611b;
  }
  .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-left: 12px;
  }
  .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: normal;
  }
  .side-article__card--inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .side-article__card--rank {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #8aa2b1;
  }
  .side-article__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-article__card--imagevisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(39% - 15px);
  }
  .side-article__card--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    padding-left: 17px;
    margin-top: -4px;
  }
  .side-article__card--image {
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .side-article__card--image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .side-article__card--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-article__card--remarks {
    width: 100%;
  }
  .side-article__card--remarks-pankuzu {
    display: inline-block;
    width: 100%;
    background-color: rgba(83, 118, 140, 0.8);
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: normal;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .side-article__card--remarks-date {
    margin-top: 5px;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #a5a5a5;
    font-weight: normal;
  }
  /* 記事詳細(ホワイトペーパー) サイドコンテンツ */
  .side-article-special {
    background-color: #fff;
  }
  .side-article-special__inner {
    padding: 0 20px 10px;
  }
  .side-article-special__inner--text {
    padding: 19px 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .side-article-special__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }
  .side-article-special__list--item {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article-special__list--item:first-child {
    margin-top: 0;
  }
  .side-article-special__card--inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--imagevisual {
    display: none;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--cardvisual {
    width: 100%;
    padding-left: 0;
  }
  .side-article-special__card--imagevisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(39% - 15px);
  }
  .side-article-special__card--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    padding-left: 17px;
    margin-top: -4px;
  }
  .side-article-special__card--image {
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .side-article-special__card--image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .side-article-special__card--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  /* ぱんくずリスト */
  .co-pankuzu {
    width: 100%;
    background-color: #fff;
    padding: 13px 0 0 3%;
  }
  .co-pankuzu-list {
    list-style: none;
  }
  .co-pankuzu-item {
    display: inline-block;
  }
  .co-pankuzu-item:not(:last-child):after {
    content: '\003e';
    margin: 0 6px;
  }
  .co-pankuzu-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    letter-spacing: 1.2px;
    color: #333;
    font-weight: 400;
  }
  .co-pankuzu-text.is-active {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    letter-spacing: 1.2px;
    color: #333;
    font-weight: 700;
  }
  /* カテゴリブロック */
  .co-category {
    background-color: #fff;
  }
  /* カテゴリタイトル */
  .co-category-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 19px 20px 0 20px;
  }
  .co-category-title--number {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: normal;
    margin-left: 26px;
  }
  /* カテゴリ一覧ボタン */
  .co-category-genrelist {
    padding: 15px 20px;
    background-color: #fff;
  }
  .co-category-genrelist__inner {
    background-color: #fff;
    border: 1px solid #2470ff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
  }
  .co-category-genrelist__inner--text {
    padding-right: 8%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #2470ff;
    font-weight: 700;
  }
  .co-category-genrelist__inner--text:after {
    position: absolute;
    top: 40%;
    right: 6%;
    width: 20px;
    height: 12px;
    display: inline-block;
    background: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    content: "";
    vertical-align: -1px;
  }
  .co-category-genrelist.is-open {
    background-color: #ecf2f6;
  }
  .co-category-genrelist.is-open .co-category-genrelist__inner--text:after {
    position: absolute;
    top: 40%;
    right: 6%;
    width: 20px;
    height: 12px;
    display: inline-block;
    background: url(/assets/images/common/arrow_up_blu_03.png);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    content: "";
    vertical-align: -1px;
  }
  /* カテゴリ一覧 */
  .co-list-category {
    width: 100%;
    background-color: #ecf2f6;
    padding: 0 0 20px 0;
    z-index: 1;
    display: none;
  }
  .co-list-category--inner {
    width: 100%;
    padding: 0 15px 7.5px 15px;
    background-color: #fff;
  }
  .co-list-category--active {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: normal;
    width: 100%;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #d8d8d8;
  }
  .co-list-category--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .co-list-category--item {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding: 8px 8px 8px 8px;
  }
  .co-list-category--item:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8;
  }
  /* PR記事 */
  .co-relational-article__inner {
    padding: 0 20px 0 20px;
  }
  .co-relational-article__title {
    padding-top: 10px;
  }
  .co-relational-article__title--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
  }
  .co-relational-article__list--show li {
    margin-top: 10px;
  }
  .co-relational-article__list--show li:last-child {
    padding-bottom: 30px;
  }
  .co-relational-article__list--show a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    color: #53768c;
    font-weight: 400;
  }
  .co-relational-article__list--toggle {
    display: none;
  }
  .co-relational-article__list--toggle li {
    margin-top: 10px;
  }
  .co-relational-article__list--toggle a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    color: #53768c;
    font-weight: 400;
  }
  .co-relational-article__more {
    margin-top: 10px;
  }
  .co-relational-article__more--text {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: 400;
  }
  .co-relational-article__more--text:after {
    margin-left: 13px;
    width: 15px;
    height: 10px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    content: "";
    vertical-align: 0px;
  }
  .co-relational-article__more--text.is-open:after {
    margin-left: 13px;
    width: 15px;
    height: 10px;
    display: inline-block;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    content: "";
    vertical-align: 0px;
  }
  #menubar-s.state_slim_pc a[name^="head"] {
    position: relative;
    top: -85px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc _:-ms-lang(x), #menubar-s.state_slim_pc a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.special a[name^="head"] {
    position: relative;
    top: -45px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.special _:-ms-lang(x), #menubar-s.state_slim_pc.special a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.special.state_notice_exists a[name^="head"] {
    position: relative;
    top: -89px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.special.state_notice_exists _:-ms-lang(x), #menubar-s.state_slim_pc.special.state_notice_exists a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.special.state_notice_exists.state_notice_show a[name^="head"] {
    position: relative;
    top: -145px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.special.state_notice_exists.state_notice_show _:-ms-lang(x), #menubar-s.state_slim_pc.special.state_notice_exists.state_notice_show a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.state_notice_exists a[name^="head"] {
    position: relative;
    top: -129px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.state_notice_exists _:-ms-lang(x), #menubar-s.state_slim_pc.state_notice_exists a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.state_notice_exists.state_notice_show a[name^="head"] {
    position: relative;
    top: -185px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.state_notice_exists.state_notice_show _:-ms-lang(x), #menubar-s.state_slim_pc.state_notice_exists.state_notice_show a[name^="head"] {
    display: inline-block;
  }
  html {
    min-width: 320px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #menubar-s.state_fixed_sp {
    position: fixed;
    width: 100%;
    top: 0px;
  }
}

@media only screen and (min-width: 768px), print {
  header {
    position: relative;
    z-index: 100;
  }
  header .header_notice {
    background-color: #ffe7ea;
    height: 54px;
  }
  header .header_notice_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1360px;
    height: 100%;
    padding: 0 23px;
    margin: 0 auto;
  }
  header .header_notice_ttl_txt {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #CE0000;
    font-weight: bold;
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
  }
  header .header_notice_cont {
    padding-left: 65px;
  }
  header .header_notice_cont_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #333;
    font-weight: normal;
  }
  header .header_notice_cont_txt a {
    color: #277AEB;
  }
  header .header_inner {
    height: 105px;
    max-width: 1360px;
    padding: 0 46px 0 23px;
    margin: 0 auto;
  }
  header .header_infoarea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 13px;
  }
  header .header_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4px;
  }
  header .header_logo h1 {
    width: 153px;
  }
  header .header_logo h1 a {
    display: block;
  }
  header .header_logo h1 a img {
    width: 100%;
  }
  header .header_logo_sub {
    padding-left: 30px;
  }
  header .header_copy {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  header .header_about {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 0;
    margin-top: 6px;
  }
  header .header_about a {
    color: #274d9c;
    letter-spacing: 0.5px;
    padding-left: 13px;
    background: url("/assets/images/common/cursor_r_blu.png") left center no-repeat;
    background-size: 6px auto;
  }
  header .header_powered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.0rem;
    letter-spacing: 0.42px;
    padding-top: 8px;
  }
  header .header_powered span {
    display: inline-block;
    width: 69px;
    margin-left: 7px;
  }
  header .header_ctl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_ctl .header_sns {
    display: none;
  }
  header .header_ctl .header_mailmagazine {
    display: none;
  }
  header .header_login {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_login_status {
    font-size: 1.2rem;
    text-align: right;
    letter-spacing: 0.5px;
    padding-right: 16px;
  }
  header .header_login_status span {
    display: block;
    margin-top: 6px;
  }
  header .header_login_btn a {
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
    width: 105px;
  }
  header .header_login_btn a.state_login {
    background: #2e7de8;
    color: #fff;
  }
  header .header_login_btn a.state_register {
    background: #fff;
    color: #2e7de8;
    border: 1px solid #2e7de8;
    line-height: 30px;
    margin-left: 8px;
  }
  header .header_login_btn a.state_changeinfo {
    background: #ededed;
    color: #274d9c;
  }
  header .header_search {
    position: relative;
    width: 167px;
    margin: 3px 0 0 20px;
  }
  header .header_search input[type="text"] {
    font-size: 1.2rem;
    border: none;
    width: 100%;
    padding: 7px 30px 6px 1px;
  }
  header .header_search input[type="text"]:placeholder-shown {
    color: #a4a4a4;
  }
  header .header_search input[type="text"]::-webkit-input-placeholder {
    color: #a4a4a4;
  }
  header .header_search input[type="text"]:-moz-placeholder {
    color: #a4a4a4;
  }
  header .header_search input[type="text"]::-moz-placeholder {
    color: #a4a4a4;
  }
  header .header_search input[type="text"]:-ms-input-placeholder {
    color: #a4a4a4;
  }
  header .header_search input[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    border: none;
    line-height: 1;
    cursor: pointer;
    width: 21px;
    height: 20px;
    background: url("/assets/images/common/icon_search_blk.png") center no-repeat;
    background-size: cover;
  }
  header .header_navarea {
    margin-top: 15px;
  }
  header .header_nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_nav_list li.header_nav_main {
    position: relative;
    -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    padding-left: 9px;
  }
  header .header_nav_list li.header_nav_main:first-child {
    padding-left: 0;
  }
  header .header_nav_list li.header_nav_main-textlink.header_link-submedia {
    width: 160px;
    margin-left: 10px;
  }
  header .header_nav_list li.header_nav_main-textlink.header_link-submedia > a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0;
    color: #333;
    font-weight: 400;
    padding: 3px 20px;
    display: block;
    width: 100%;
    height: 32px;
    background: url("/assets/images/common/arrow_right_blk.png") right 10px center no-repeat;
    background-size: 9px 15px;
  }
  header .header_nav_list li.header_nav_main-textlink.header_link-submedia > a span {
    font-size: 13px;
    font-size: 1.5rem;
    line-height: 13px;
    letter-spacing: 0;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 7px;
  }
  header .header_nav_list li.header_nav_main > a {
    display: inline-block;
    border-radius: 3px;
    height: 32px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.58px;
    width: 100%;
  }
  header .header_nav_list li.header_nav_main > a.header_nav_layer01 {
    color: #fff;
    background-color: #000;
    background-image: url("/assets/images/common/arrow_down_wht_01.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 15px 9px;
  }
  header .header_nav_list li.header_nav_main > a.header_nav_layer01.state_show {
    background-color: #53768C;
    background-image: url("/assets/images/common/arrow_up_wht_01.png");
  }
  header .header_nav_list li.header_nav_main > a.header_nav_layer01.state_current {
    color: #fff;
    background-color: #2E7DE8;
  }
  header .header_nav_list li.header_nav_main > a.header_nav_link {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    transition: all 0.2s ease;
  }
  header .header_nav_list li.header_nav_main > a.header_nav_link:hover {
    color: #fff;
    background-color: #d1d1d1;
  }
  header .header_nav_list li.header_nav_main > a.header_nav_link.state_current {
    color: #fff;
    background-color: #2E7DE8;
  }
  header .header_nav_list li.header_nav_sub {
    -webkit-flex: 0 0 217px;
        -ms-flex: 0 0 217px;
            flex: 0 0 217px;
  }
  header .header_nav_layers {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.46);
    width: 880px;
  }
  header .header_nav_layers.state_show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_nav_layer02 {
    -webkit-flex: 0 0 196px;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px;
  }
  header .header_nav_layer02 li {
    display: table;
    width: 100%;
    height: 62px;
  }
  header .header_nav_layer02 li a {
    display: table-cell;
    width: 100%;
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 0 34px 0;
    background: url("/assets/images/common/arrow_right_blu_01.png") right 15px center no-repeat;
    background-size: 7px 12px;
  }
  header .header_nav_layer02 li a.state_current {
    font-weight: 700;
    background-color: rgba(83, 118, 140, 0.27);
  }
  header .header_nav_layer02_detailmenubar-s {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
  }
  header .header_nav_layer02_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    background-color: #fff;
  }
  header .header_nav_layer02_detail.state_current {
    visibility: visible;
  }
  header .header_nav_layer02_catname {
    display: table;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: rgba(83, 118, 140, 0.17);
    height: 62px;
    padding: 0 32px 0;
  }
  header .header_nav_layer02_catname p {
    display: table-cell;
    vertical-align: middle;
  }
  header .header_nav_layer02_catname a {
    display: inline-block;
    line-height: 1.2;
    background: url("/assets/images/common/arrow_right_blu_02.png") right center no-repeat;
    background-size: 9px 15px;
    padding-right: 25px;
  }
  header .header_nav_layer03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0 40px;
  }
  header .header_nav_layer03_list {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  header .header_nav_layer03_list li {
    padding: 12px 10px 12px 32px;
  }
  header .header_nav_layer03_list li:first-child {
    padding-top: 0;
  }
  header .header_nav_layer03_list li a {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  header .header_nav_layer03_articles {
    -webkit-flex: 0 0 355px;
        -ms-flex: 0 0 355px;
            flex: 0 0 355px;
    padding-right: 37px;
  }
  header .header_article {
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 17px;
    margin: 8px 0 0 5px;
  }
  header .header_article > a {
    position: relative;
    display: block;
  }
  header .header_article.is-headline {
    position: relative;
    width: 318px;
    height: 177px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  header .header_article.is-headline > a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  header .header_article.is-headline > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 46%, rgba(0, 0, 0, 0.3) 74%);
  }
  header .header_article.is-headline .header_article_cont {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  header .header_article.is-headline .header_article_tag {
    color: #fff;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 18px;
    text-align: center;
    padding: 0 12px;
    font-weight: 400;
  }
  header .header_article.is-headline .header_article_tag.is_special {
    background-color: #53768C;
  }
  header .header_article.is-headline .header_article_tag.is_event_seminar {
    background-color: #F5621D;
  }
  header .header_article.is-headline .header_article_ttl {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.47px;
    padding: 0 16px;
  }
  header .header_article.is-headline .header_article_info {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    letter-spacing: 1.2px;
  }
  header .header_article.is-headline .header_article_cat {
    color: #fff;
    letter-spacing: 1.2px;
  }
  header .header_article.is-headline .header_article_date {
    color: #fff;
  }
  header .header_article_ttl {
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 0 12px 0 1px;
    letter-spacing: 0.21px;
  }
  header .header_article_info {
    margin-top: 10px;
    padding: 0 16px 0 4px;
  }
  header .header_article_cat {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #53768C;
  }
  header .header_article_date {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #a5a5a5;
  }
  header .header_nav_sub_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_mailmagazine {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    text-align: right;
  }
  header .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
    width: 81px;
  }
  header .header_sns li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .header_sns li a.header_sns_rss {
    background-image: url("/assets/images/common/icon_rss_blk.png");
    width: 16px;
    height: 16px;
  }
  header .header_sns li a.header_sns_fb {
    background-image: url("/assets/images/common/icon_facebook_blk.png");
    width: 19px;
    height: 19px;
  }
  header .header_sns li a.header_sns_tw {
    background-image: url("/assets/images/common/icon_twitter_blk.png");
    width: 20px;
    height: 16px;
  }
  #menubar-s.login header .header_inner {
    height: 66px;
  }
  #menubar-s.login header .header_infoarea {
    padding-top: 18px;
  }
  #menubar-s.special header .header_inner {
    height: 58px;
  }
  #menubar-s.special header .header_navarea {
    display: none;
  }
  #menubar-s.special header .header_ctl .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  #menubar-s.special header .header_ctl .header_mailmagazine {
    display: block;
    padding-left: 15px;
  }
  #menubar-s.special header .header_search {
    display: none;
  }
  #menubar-s.special.state_slim_pc .header_ctl .header_sns {
    margin-left: 20px;
  }
  #menubar-s.special.state_slim_pc .header_ctl .header_mailmagazine {
    display: none;
  }
  #menubar-s.state_slim_pc header {
    position: fixed;
    width: 100%;
    top: -58px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  #menubar-s.state_slim_pc header.state_showed {
    top: 0 !important;
    transition: top 0.5s ease;
  }
  #menubar-s.state_slim_pc header .header_inner {
    height: 58px;
  }
  #menubar-s.state_slim_pc header .header_copy,
  #menubar-s.state_slim_pc header .header_about,
  #menubar-s.state_slim_pc header .header_login_status,
  #menubar-s.state_slim_pc header .header_navarea {
    display: none;
  }
  #menubar-s.state_slim_pc header .header_ctl .header_sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #menubar-s.state_slim_pc header .header_search {
    width: 167px;
  }
  #menubar-s.state_notice_exists.state_slim_pc header {
    top: -112px;
  }
  /*footer .footer_inner {*/
  /*  width: 1020px;*/
  /*  padding: 0 10px;*/
  /*  margin: 0 auto;*/
  /*}*/
  /*footer .footer_nav {*/
  /*  font-size: 1.2rem;*/
  /*  padding: 30px 0;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list li {*/
  /*  display: inline-block;*/
  /*  margin-right: 10px;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list li a {*/
  /*  padding-left: 13px;*/
  /*  background: url("/assets/images/common/cursor_r_grey.png") left center no-repeat;*/
  /*  background-size: 7px auto;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list:last-child {*/
  /*  margin-top: 6px;*/
  /*}*/
  /*footer .footer_nav .footer_nav_list:last-child li {*/
  /*  margin-top: 8px;*/
  /*}*/
  /*footer .footer_info {*/
  /*  background-color: #f5f5f5;*/
  /*  padding: 15px 0 30px;*/
  /*}*/
  /*footer .footer_info img {*/
  /*  width: auto;*/
  /*}*/
  /*footer .footer_sbit {*/
  /*  margin-top: 5px;*/
  /*}*/
  /*footer .footer_copyright {*/
  /*  margin-top: 10px;*/
  /*}*/
  #menubar-s.state_slim_pc #contents {
    padding-top: 105px;
  }
  #menubar-s.state_slim_pc.special #contents {
    padding-top: 58px;
  }
  #menubar-s.state_notice_exists.state_slim_pc #contents {
    padding-top: 159px;
  }
  /*#contents {*/
  /*  position: relative;*/
  /*  max-width: 1360px;*/
  /*  margin: 0 auto;*/
  /*  margin-bottom: 80px;*/
  /*}*/
  .contents_main {
    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;
  }
  .contents_sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1000px;
    margin: 30px auto;
  }
  .contents_sub__inner {
    width: 100%;
  }
  .contents_sub section {
    width: 100%;
  }
  main {
    -webkit-flex: 0 0 740px;
        -ms-flex: 0 0 740px;
            flex: 0 0 740px;
  }
  #side {
    -webkit-flex: 0 0 234px;
        -ms-flex: 0 0 234px;
            flex: 0 0 234px;
  }
  #side-event_seminar {
    -webkit-flex: 0 0 234px;
        -ms-flex: 0 0 234px;
            flex: 0 0 234px;
  }
  #side-special {
    -webkit-flex: 0 0 234px;
        -ms-flex: 0 0 234px;
            flex: 0 0 234px;
  }
  #fixedbaner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fixedbaner.state_close {
    opacity: 0;
  }
  #fixedbaner .fixedbaner_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 48px 11px 20px;
    margin: 0 auto;
  }
  #fixedbaner .fixedbaner_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.67px;
    color: #E36200;
    font-weight: normal;
    padding-right: 40px;
  }
  #fixedbaner .fixedbaner_btnarea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #fixedbaner .fixedbaner_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 20px;
    border: 1px solid #F56A00;
    min-width: 157px;
  }
  #fixedbaner .fixedbaner_btn.is_merit {
    color: #F56A00;
    background-color: #fff;
    margin-right: 8px;
  }
  #fixedbaner .fixedbaner_btn.is_register {
    color: #fff;
    background-color: #F56A00;
  }
  #fixedbaner .fixedbaner_close {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 18px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/assets/images/common/icon_close_banner.png) center no-repeat;
    background-size: cover;
  }
  /* イベントニュースコンテンツ間の区切り線 */
  .co-event_seminar-content-between-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
    margin-top: 30px;
  }
  /* サブコンテンツ間の区切り線 */
  .co-content_sub-between-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
    margin-bottom: 30px;
  }
  /* 記事カード一覧バナー */
  .co-article_banner {
    margin-top: 30px;
    text-align: center;
  }
  .co-article_banner a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  /* イベントニュース バナー */
  .co-event_seminar_banner {
    margin-top: 30px;
    text-align: center;
  }
  .co-event_seminar_banner a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  /* イベントニュース バナー */
  .co-business_genres_banner {
    margin-top: 30px;
    text-align: center;
  }
  .co-business_genres_banner a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  /* 記事カード一覧の余白調整 */
  /* メインコンテンツが横並び3つ、サブコンテンツが横並び4つのため記載を分ける */
  .contents_main {
    /* 記事 */
    /* スペシャル */
    /* イベントニュース */
    /* ビジネスジャンル */
    /* ITジャンル */
    /* ホワイトペーパー */
    /* 動画 */
  }
  .co-article_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-article_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-special_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-special_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-event_seminar_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-event_seminar_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-business_genres_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-business_genres_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-it_genres_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-it_genres_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-white_paper_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-white_paper_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .co-movie_card:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
  .co-movie_card:not(:nth-of-type(3n+3)) {
    margin-right: 10px;
  }
  .contents_sub {
    /* 記事(横4つ) */
    /* ホワイトペーパー(横4つ) */
    /* ホワイトペーパー(横4つ) */
    /* 動画(横4つ) */
  }
  .contents_sub .co-sub_article_card:not(:nth-of-type(4n+1)) {
    margin-left: 11px;
  }
  .contents_sub .co-sub_article_card:not(:nth-of-type(4n+4)) {
    margin-right: 11px;
  }
  .contents_sub .co-event_seminar_card:not(:nth-of-type(4n+1)) {
    margin-left: 11px;
  }
  .contents_sub .co-event_seminar_card:not(:nth-of-type(4n+4)) {
    margin-right: 11px;
  }
  .contents_sub .co-event_seminar_card__contents--img {
    background-size: auto 100%;
    background-color: #ccc;
  }
  .contents_sub .co-white_paper_card:not(:nth-of-type(4n+1)) {
    margin-left: 11px;
  }
  .contents_sub .co-white_paper_card:not(:nth-of-type(4n+4)) {
    margin-right: 11px;
  }
  .contents_sub .co-movie_card:not(:nth-of-type(4n+1)) {
    margin-left: 11px;
  }
  .contents_sub .co-movie_card:not(:nth-of-type(4n+4)) {
    margin-right: 11px;
  }
  /* ---------- 記事 start ---------- */
  /* ヘッダ */
  .co-article_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
  }
  /* カード一覧 */
  .co-article_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-article_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-article_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-article_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-article_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-article_card__inner.no-border {
    border: none;
  }
  .co-article_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-article_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-article_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-article_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-article_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-article_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-article_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  
  /* 2020.09.07 Modify */
  .co-article_card__contents--cardvisual .is-special,
  .co-special_card__contents--cardvisual .is-special,
  .co-movie_card__contents--cardvisual .is-special,
  .co-white_paper_card__contents--cardvisual .is-special {
    position: absolute;
    width: 60px;
    height: 17px;
    bottom: 20px;
    right: 10px;
    background-image: url("https://www.sbbit.jp/assets/images/common/icon_specialmark_gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
	
  .co-article_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-article_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-article_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-article_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-article_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-article_card__contents--event.is-open {
    display: block;
  }
  .co-article_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-article_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-article_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-article_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-article_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-article_card__contents--provider {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1.5em;
    text-align: right;
    margin-right: 5px;
  }
  .co-article_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-article_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-article_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-article_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-article_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-article_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-article_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: 17px;
    top: 14px;
  }
  /* ---------- 記事 end ---------- */
  /* ---------- ニュース start ---------- */
  /* ヘッダ */
  .co-news_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
  }
  /* カード一覧 */
  .co-news_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-news_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-news_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-news_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-news_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-news_card__inner.no-border {
    border: none;
  }
  .co-news_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-news_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-news_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-news_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-news_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-news_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-news_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-news_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-news_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-news_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-news_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-news_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-news_card__contents--event.is-open {
    display: block;
  }
  .co-news_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-news_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-news_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-news_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-news_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-news_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-news_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-news_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-news_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-news_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-news_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-news_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: 17px;
    top: 14px;
  }
  /* ---------- ニュース end ---------- */
  /* ---------- スペシャルコンテンツ start ---------- */
  /* ヘッダ */
  .co-special_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
  }
  /* カード一覧 */
  .co-special_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-special_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-special_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-special_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-special_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-special_card__inner.no-border {
    border: none;
  }
  .co-special_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-special_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-special_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-special_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-special_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-special_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-special_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-special_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-special_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-special_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-special_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-special_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-special_card__contents--event.is-open {
    display: block;
  }
  .co-special_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-special_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-special_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-special_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-special_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-special_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-special_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-special_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-special_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-special_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-special_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-special_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: 17px;
    top: 14px;
  }
  /* ---------- スペシャルコンテンツ end ---------- */
  /* ---------- イベントニュース start ---------- */
  /* ヘッダ */
  .co-event_seminar_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
  }
  /* カード一覧 */
  .co-event_seminar_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    margin-bottom: 15px;
    width: 100%;
  }
  /* カード */
  .co-event_seminar_card {
    width: 226px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-event_seminar_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-event_seminar_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-event_seminar_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(21,61,102,.17);
  }
  .co-event_seminar_card__inner.no-border {
    border: none;
  }
  .co-event_seminar_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-event_seminar_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-event_seminar_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-event_seminar_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-event_seminar_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-event_seminar_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-event_seminar_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-event_seminar_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-event_seminar_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-event_seminar_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-event_seminar_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-event_seminar_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-event_seminar_card__contents--event.is-open {
    display: block;
  }
  .co-event_seminar_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-event_seminar_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-event_seminar_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-event_seminar_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-event_seminar_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-event_seminar_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-event_seminar_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-event_seminar_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  .co-event_seminar_card__contents--img {
    background-size: auto 100%;
    background-color: #ccc;
  }
  /* もっとみる */
  .co-event_seminar_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-event_seminar_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-event_seminar_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-event_seminar_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: 17px;
    top: 14px;
  }
  /* ---------- イベントニュース end ---------- */
  /* ---------- ビジネスジャンル start ---------- */
  /* ヘッダ */
  .co-business_genres_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
  }
  /* カード一覧 */
  .co-business_genres_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-business_genres_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-business_genres_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-business_genres_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-business_genres_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-business_genres_card__inner.no-border {
    border: none;
  }
  .co-business_genres_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-business_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-business_genres_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-business_genres_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-business_genres_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-business_genres_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-business_genres_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-business_genres_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-business_genres_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-business_genres_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-business_genres_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-business_genres_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-business_genres_card__contents--event.is-open {
    display: block;
  }
  .co-business_genres_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-business_genres_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-business_genres_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-business_genres_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-business_genres_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-business_genres_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-business_genres_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-business_genres_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-business_genres_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-business_genres_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-business_genres_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-business_genres_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: 17px;
    top: 14px;
  }
  /* ---------- ビジネスジャンル end ---------- */
  /* ---------- ITジャンル start ---------- */
  /* ヘッダ */
  .co-it_genres_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
  }
  /* カード一覧 */
  .co-it_genres_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-it_genres_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-it_genres_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-it_genres_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-it_genres_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-it_genres_card__inner.no-border {
    border: none;
  }
  .co-it_genres_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-it_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-it_genres_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-it_genres_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-it_genres_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-it_genres_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-it_genres_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-it_genres_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-it_genres_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-it_genres_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-it_genres_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-it_genres_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-it_genres_card__contents--event.is-open {
    display: block;
  }
  .co-it_genres_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-it_genres_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-it_genres_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-it_genres_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-it_genres_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-it_genres_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-it_genres_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-it_genres_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-it_genres_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-it_genres_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-it_genres_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-it_genres_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: 17px;
    top: 14px;
  }
  /* ---------- ITジャンル end ---------- */
  /* ---------- ホワイトペーパー start ---------- */
  /* ヘッダ */
  .co-white_paper_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
  }
  /* カード一覧 */
  .co-white_paper_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-white_paper_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
    /* ホワイトペーパーの画像だけ上付けにする */
  }
  .co-white_paper_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-white_paper_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-white_paper_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-white_paper_card__inner.no-border {
    border: none;
  }
  .co-white_paper_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-white_paper_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-white_paper_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-white_paper_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-white_paper_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-white_paper_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-white_paper_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-white_paper_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-white_paper_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-white_paper_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-white_paper_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-white_paper_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-white_paper_card__contents--event.is-open {
    display: block;
  }
  .co-white_paper_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-white_paper_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-white_paper_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-white_paper_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-white_paper_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-white_paper_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-white_paper_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-white_paper_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  .co-white_paper_card__contents--img {
    background-position: top;
  }
  /* もっとみる */
  .co-white_paper_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-white_paper_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-white_paper_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-white_paper_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: 17px;
    top: 14px;
  }
  /* ---------- ホワイトペーパー end ---------- */
  /* ---------- 動画 start ---------- */
  /* ヘッダ */
  .co-movie_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
  }
  /* カード一覧 */
  .co-movie_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-movie_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-movie_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-movie_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-movie_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-movie_card__inner.no-border {
    border: none;
  }
  .co-movie_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-movie_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-movie_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-movie_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-movie_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-movie_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-movie_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-movie_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-movie_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-movie_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-movie_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-movie_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-movie_card__contents--event.is-open {
    display: block;
  }
  .co-movie_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-movie_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-movie_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-movie_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-movie_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-movie_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-movie_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-movie_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-movie_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-movie_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-movie_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-movie_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: 17px;
    top: 14px;
  }
  /* ---------- 動画 end ---------- */
  /* ---------- サブ記事(横4つ) start ---------- */
  /* ヘッダ */
  .co-sub_article_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
  }
  /* カード一覧 */
  .co-sub_article_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -30px;
    width: 100%;
  }
  /* カード */
  .co-sub_article_card {
    width: 233px;
    height: 296px;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    margin-top: 30px;
  }
  .co-sub_article_card__inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .co-sub_article_card__inner--link {
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .co-sub_article_card__inner__contents {
    padding-bottom: 2px;
    height: 100%;
    position: relative;
  }
  .co-sub_article_card__inner.no-border {
    border: none;
  }
  .co-sub_article_card__contents--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
  }
  .co-sub_article_card__contents--img.is-alignTop {
    background-position: center top;
  }
  .co-sub_article_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }
  .co-sub_article_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-sub_article_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-sub_article_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }
  .co-sub_article_card__contents--cardvisual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }
  .co-sub_article_card__contents--event {
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
    display: none;
  }
  .co-sub_article_card__contents--eventplace {
    float: left;
    margin-left: 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #53768c;
    font-weight: bold;
  }
  .co-sub_article_card__contents--eventdate {
    float: right;
    margin-right: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .co-sub_article_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-sub_article_card__contents--event.is-online span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #f4611b;
    font-weight: bold;
  }
  .co-sub_article_card__contents--event.is-open {
    display: block;
  }
  .co-sub_article_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    margin: 8px 6% 5px 6%;
    height: 4.5em;
  }
  .co-sub_article_card__contents--subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    padding: 0 6% 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    visibility: hidden;
  }
  .co-sub_article_card__contents--subtitle.is-open {
    visibility: visible;
    display: block;
  }
  .co-sub_article_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: hidden;
    height: 1.5em;
  }
  .co-sub_article_card__contents--date.is-open {
    visibility: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-sub_article_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-sub_article_card__remarks--event {
    margin: 0 10px 0 -5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-sub_article_card__remarks--category {
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-sub_article_morecheck {
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
  }
  .co-sub_article_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-sub_article_morecheck--text {
    background-color: #fff;
    margin: 0 11px 10px 15px;
  }
  .co-sub_article_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: 17px;
    top: 14px;
  }
  /* ---------- サブ記事(横4つ) end ---------- */
  /* ---------- ビジネス+IT特集 記事 start ---------- */
  /* ヘッダ */
  .co-business_feature_header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28.8px;
    letter-spacing: 0.2px;
    color: #748393;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 12px;
    background-color: #fff;
  }
  /* カード一覧 */
  .co-business_features_cardlists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 19px;
    background-color: #fff;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
  }
  /* カード */
  .co-business_feature_card {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 12px 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
  }
  .co-business_feature_card:last-of-type {
    border-bottom: none;
  }
  .co-business_feature_card__inner--link {
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .co-business_feature_card__inner__contents {
    overflow: auto;
    padding-bottom: 2px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .co-business_feature_card__contents--img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%;
  }
  .co-business_feature_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 5px;
  }
  .co-business_feature_card__contents--cardvisual {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61%;
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .co-business_feature_card__contents--event {
    display: none;
  }
  .co-business_feature_card__contents--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  .co-business_feature_card__contents--subtitle {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.7px;
    color: #505050;
    font-weight: normal;
    word-wrap: break-word;
    display: none;
  }
  .co-business_feature_card__contents--date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }
  .co-business_feature_card__contents--date.is-open {
    display: block;
  }
  .co-business_feature_card__remarks {
    width: 100%;
    text-align: center;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0 10px 0;
  }
  .co-business_feature_card__remarks--event {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    letter-spacing: 0.45px;
    color: #53768C;
    font-weight: normal;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    height: 18px;
    padding: 0 10px;
    line-height: 16px;
  }
  .co-business_feature_card__remarks--category {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: normal;
  }
  /* もっとみる */
  .co-business_feature_morecheck {
    width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .co-business_feature_morecheck--link {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
  }
  .co-business_feature_morecheck--text {
    background-color: #f0f0f0;
    margin: 0 11px 10px 15px;
  }
  .co-business_feature_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: 25px;
    top: 15px;
  }
  /* ---------- ビジネス+IT特集 記事 end ---------- */
  /* サイドコンテンツ */
  .side-top a {
    display: block;
    background-color: #53768c;
    border-radius: 4px;
  }
  .side-top--text {
    position: relative;
    width: 213px;
    height: 52px;
    padding: 6px 11px 7px 12px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: bold;
  }
  .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: -9px;
    top: 19px;
  }
  .side-access {
    margin-top: 13px;
    background-color: #fff;
    max-width: 234px;
  }
  .side-access__inner--text {
    padding: 15px 15px 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: normal;
    text-align: center;
  }
  .side-access__list--item {
    padding: 13px 17px 12px 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-access__list--item > a {
    display: block;
  }
  .side-access__list--item.no-image .side-access__card--title {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  .side-access__list--item.no-image .side-access__card--remarks {
    width: calc(100% - 28px);
    padding-left: 15px;
    float: right;
  }
  .side-access__morecheck {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 46px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 4px 8px 0 0;
  }
  .side-access__morecheck > p {
    position: relative;
  }
  .side-access__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-event_seminar {
    background-color: #fff;
  }
  .side-event_seminar__inner {
    padding: 0 12px 22px 10px;
  }
  .side-event_seminar__inner--title {
    padding: 20px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: normal;
    text-align: center;
  }
  .side-event_seminar__inner--keyword {
    padding-top: 17px;
  }
  .side-event_seminar__inner--condition {
    padding-top: 17px;
  }
  .side-event_seminar__inner--btn {
    padding-top: 17px;
  }
  .side-event_seminar--block {
    display: block;
  }
  .side-contact_ad {
    margin-top: 25px;
    text-align: center;
  }
  .side-contact_ad a {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    color: #fff;
    background: #2e7de8;
    display: block;
    font-size: 1.4rem;
    line-height: 46px;
    letter-spacing: 0.5px;
  }
  .side-contact_ad a:after {
    content: "";
    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: -2px;
    background-position: right center;
    padding-left: 8px;
  }
  /* 黒 検索アイコン pc:黒 */
  .icon-search_blue_blk {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/assets/images/common/icon_search_blk.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    vertical-align: -3px;
    margin-right: 8px;
  }
  /* キーワードで検索する */
  .keyword__inner {
    padding-top: 17px;
    text-align: center;
  }
  .keyword__inner input {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    border: none;
    border-radius: unset;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: normal;
  }
  /* イベントニュース絞り込み条件 */
  /* ジャンル */
  .genres--block {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .genres--block--main {
    width: 80%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 20px 5px 5px;
    border-radius: unset;
  }
  .genres--block--main--wrap {
    position: relative;
    height: 35px;
    margin-bottom: 7px;
  }
  .genres--block--main--wrap:before {
    position: absolute;
    top: 47%;
    right: calc(20% + 5px);
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .genres--block--main--wrap .icon-delete {
    position: absolute;
    top: 25%;
    right: 7px;
  }
  .genres--block--sub {
    width: 80%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 20px 5px 5px;
    border-radius: unset;
  }
  .genres--block--sub--wrap {
    position: relative;
    height: 35px;
  }
  .genres--block--sub--wrap:before {
    position: absolute;
    top: 47%;
    right: calc(20% + 5px);
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .genres--block:not(:first-child) {
    padding-top: 10px;
  }
  .genres--block:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
  .genres--btn .btn--text {
    display: block;
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: normal;
    color: #2470ff;
    font-weight: 400;
  }
  /* 地域 */
  .area--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .area--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .area--select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 20px 5px 5px;
    border-radius: unset;
  }
  .area--select--wrap {
    position: relative;
  }
  .area--select--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  /* 開催日時 */
  .date--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .date--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .date--before {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 20px 5px 5px;
    border-radius: unset;
  }
  .date--before--block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .date--before--wrap {
    width: 30%;
    position: relative;
  }
  .date--before--wrap:first-of-type {
    width: 40%;
    position: relative;
  }
  .date--before--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .date--after {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px 20px 5px 5px;
    border-radius: unset;
  }
  .date--after--block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .date--after--wrap {
    width: 30%;
    position: relative;
  }
  .date--after--wrap:first-of-type {
    width: 40%;
    position: relative;
  }
  .date--after--wrap:before {
    position: absolute;
    top: 47%;
    right: 5px;
    pointer-events: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    content: "";
    vertical-align: -1px;
  }
  .date--from-to {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
  }
  /* 種別 */
  .types--main {
    padding: 16px 4px 16px 4px;
  }
  .types--title {
    margin-left: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 700;
  }
  .types--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .types--item {
    padding-bottom: 10px;
  }
  .types--item:nth-of-type(2n+1) {
    width: 60%;
  }
  .types--item:nth-of-type(2n+2) {
    width: 40%;
  }
  .types--check {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    opacity: 0;
  }
  .types--check + label {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("/assets/images/common/icon_check_off.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    content: "";
    vertical-align: -8px;
    width: auto;
    padding-left: 25px;
  }
  .types--check:checked + label {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("/assets/images/common/icon_check_on.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    content: "";
    vertical-align: -8px;
    width: auto;
    padding-left: 25px;
  }
  .types--text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: 400;
  }
  /* この条件で検索する */
  .btn__inner--submit {
    outline: 0;
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    background-color: #2e7de8;
  }
  .side-event {
    margin-top: 26px;
    background-color: #fff;
  }
  .side-event__inner--text {
    padding: 13px 15px 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: -5px;
  }
  .side-event__list--item {
    border-bottom: 1px solid #d8d8d8;
  }
  .side-event__list--item > a {
    display: block;
  }
  .side-event__morecheck {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 46px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 4px 8px 0 0;
  }
  .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-article {
    margin-top: 13px;
    background-color: #fff;
    max-width: 234px;
  }
  .side-article__inner {
    padding-bottom: 4px;
  }
  .side-article__inner--text {
    padding: 15px 15px 0 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #fff;
    font-weight: bold;
  }
  .side-article__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }
  .side-article__list--item {
    padding: 13px 17px 5px 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article__list--item > a {
    display: block;
  }
  .side-article__list--item.no-image .side-article__card--title {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  .side-article__list--item.no-image .side-article__card--remarks {
    width: calc(100% - 28px);
    padding-left: 15px;
    float: right;
  }
  .side-article__list--item:last-child {
    border-bottom: none;
  }
  .side-article__morecheck {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 46px;
    letter-spacing: 0.5px;
    color: #2470ff;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 4px 8px 0 0;
  }
  .side-article__morecheck > p {
    position: relative;
  }
  .side-article__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--inner {
    overflow: hidden;
  }
  .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 {
    width: 100%;
    position: static;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .side-access__card--title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-access__card--title.no-image {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  .side-access__card--remarks {
    width: 100%;
    margin-bottom: 6px;
  }
  .side-access__card--remarks-pankuzu {
    text-align: center;
    display: block;
    background-color: rgba(83, 118, 140, 0.8);
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0;
  }
  .side-access__card--remarks-date {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #a5a5a5;
    font-weight: normal;
  }
  .side-access__card--remarks.no-image {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -8px;
    margin-bottom: -3px;
    float: right;
  }
  /* 広告 */
  
  	/* 2020.06.15 Fixed */
	.side-ad_menubar-s img {
	    width: 100%;
	    height: auto;
	}
	
  .side-ad_menubar-s > div {
    margin-top: 26px;
  }
  .side-ad_menubar-s > div a {
    display: inline-block;
  }
  /* 注目のイベントニュースカード */
  .side-event__card--inner {
    padding: 12px 17px 10px 16px;
    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;
  }
  .side-event__card--inner-open.is-online {
    background-color: #fff1eb;
  }
  .side-event__card--inner-open.is-online .side-event__card--inner-open_place {
    color: #f4611b;
  }
  .side-event__card--inner-open_place {
    font-size: 10px;
    font-size: 1rem;
    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: 6px;
  }
  .side-event__card--inner-open_date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: normal;
    color: #333;
    font-weight: bold;
    margin-left: 12px;
  }
  .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;
  }
  .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: normal;
    padding: 2px 0;
  }
  .side-event__card--line {
    margin-top: 9px;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    border-top: 1px solid #d8d8d8;
  }
  /* アクセス総合ランキングカード */
  .side-article__card--inner {
    overflow: hidden;
  }
  .side-article__card--rank {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #8aa2b1;
  }
  .side-article__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-article__card--image {
    width: 100%;
    position: static;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
  }
  .side-article__card--title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-article__card--title.no-image {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  .side-article__card--remarks {
    width: 100%;
    margin-bottom: 6px;
  }
  .side-article__card--remarks-pankuzu {
    text-align: center;
    display: block;
    background-color: rgba(83, 118, 140, 0.8);
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 13px;
    letter-spacing: 0.4px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0;
  }
  .side-article__card--remarks-date {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #a5a5a5;
    font-weight: normal;
  }
  .side-article__card--remarks.no-image {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -8px;
    margin-bottom: -3px;
    float: right;
  }
  /* 記事詳細(ホワイトペーパー) サイドコンテンツ */
  .side-article-special {
    background-color: #fff;
    max-width: 234px;
  }
  .side-article-special__inner {
    padding-bottom: 18px;
  }
  .side-article-special__inner--text {
    padding: 15px 15px 0 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #fff;
    font-weight: bold;
  }
  .side-article-special__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }
  .side-article-special__list {
    padding-left: 17px;
    padding-right: 16px;
  }
  .side-article-special__list--item {
    padding: 13px 0 12px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article-special__list--item > a {
    display: block;
  }
  .side-article-special__list--item:last-child {
    border-bottom: none;
  }
  .side-article-special__card--inner {
    overflow: hidden;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--image {
    padding-top: 0;
  }
  .side-article-special__card--image {
    width: 100%;
    position: static;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
  }
  .side-article-special__card--title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #333;
    font-weight: bold;
  }
  .side-article-special__card--title.no-image {
    width: calc(100% - 28px);
    padding-left: 15px;
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  /* ぱんくずリスト */
  .co-pankuzu {
    width: 100%;
    padding: 13px 0 0 3%;
  }
  .co-pankuzu-list {
    list-style: none;
  }
  .co-pankuzu-item {
    display: inline-block;
  }
  .co-pankuzu-item:not(:last-child):after {
    content: '\003e';
    margin: 0 6px;
  }
  .co-pankuzu-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    letter-spacing: 1.2px;
    color: #53768c;
    font-weight: normal;
  }
  .co-pankuzu-text.is-active {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    letter-spacing: 1.2px;
    color: #333;
    font-weight: bold;
  }
  /* カテゴリタイトル */
  .co-category-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    letter-spacing: 1.1px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 24px 0 38px 0;
  }
  .co-category-title--number {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: normal;
    margin-left: 18px;
  }
  /* カテゴリ一覧 */
  .co-list-category {
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 17px 29px;
    max-width: 1000px;
  }
  .co-list-category--inner {
    width: 100%;
    height: 100%;
  }
  .co-list-category--active {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.7px;
    color: #333;
    font-weight: bold;
    width: calc(100% / 3);
    padding: 1px 13px 2px 13px;
  }
  .co-list-category .is-active {
    box-shadow: 0 0 0 2px #2470ff inset;
    font-weight: bold;
  }
  .co-list-category .is-active > a, .co-list-category .is-active span {
    color: #2470ff;
  }
  .co-list-category--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 13px 0 0 0;
  }
  .co-list-category--item {
    width: calc(100% / 3);
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 31px;
    letter-spacing: 0.6px;
    color: #333;
    font-weight: normal;
    position: relative;
  }
  .co-list-category--item--link {
    padding: 0 16px 0 30px;
    display: inline-block;
    height: 100%;
  }
  .co-list-category--item--link:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1.2em;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #afafaf;
  }
  /* PR記事 */
  .co-relational-article {
    clear: both;
  }
  .co-relational-article__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .co-relational-article__title {
    padding-right: 35px;
    padding-top: 30px;
  }
  .co-relational-article__title--text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
  }
  .co-relational-article__list--show li {
    margin-top: 10px;
  }
  .co-relational-article__list--show li:nth-of-type(1) {
    padding-top: 30px;
    margin-top: 0;
  }
  .co-relational-article__list--show li:last-child {
    padding-bottom: 10px;
  }
  .co-relational-article__list--show a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    color: #53768c;
    font-weight: 400;
  }
  .co-relational-article__list--toggle {
    display: none;
  }
  .co-relational-article__list--toggle li {
    margin-top: 10px;
  }
  .co-relational-article__list--toggle a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
    color: #53768c;
    font-weight: 400;
  }
  .co-relational-article__more {
    margin-top: 10px;
  }
  .co-relational-article__more--text {
    display: block;
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #2470ff;
    font-weight: 400;
  }
  .co-relational-article__more--text:after {
    margin-left: 13px;
    width: 15px;
    height: 10px;
    display: inline-block;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    content: "";
    vertical-align: 0px;
  }
  .co-relational-article__more--text.is-open:after {
    margin-left: 13px;
    width: 15px;
    height: 10px;
    display: inline-block;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    content: "";
    vertical-align: 0px;
  }
  #menubar-s.state_slim_pc a[name^="head"] {
    position: relative;
    top: -58px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc _:-ms-lang(x), #menubar-s.state_slim_pc a[name^="head"] {
    display: inline-block;
  }
  #menubar-s.state_slim_pc.state_notice_exists a[name^="head"] {
    position: relative;
    top: -112px;
    display: block;
    vertical-align: top;
  }
  #menubar-s.state_slim_pc.state_notice_exists _:-ms-lang(x), #menubar-s.state_slim_pc.state_notice_exists a[name^="head"] {
    display: inline-block;
  }
  #usermenu {
    position: fixed;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    z-index: 9999;
    background-color: #ccc;
    overflow-x: visible;
    transition: left .25s ease;
  }
  .usermenu__btn {
    display: none;
    position: absolute;
    top: 50%;
    right: -20px;
  }
  .usermenu--head {
    background-color: #eee;
  }
  .usermenu--cont {
    height: 100vh;
    overflow: scroll;
  }
  #menubar-s.is_usermenu_open #usermenu {
    left: 0;
  }
  #menubar-s.is_usermenu_open .usermenu__btn {
    display: block;
  }
  #menubar-s.is_usermenu_open header,
  #menubar-s.is_usermenu_open #contents,
  #menubar-s.is_usermenu_open footer,
  #menubar-s.is_usermenu_open #fixedbaner {
    padding-left: 150px;
  }
  html {
    min-width: 1020px;
  }
  img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
  header .header_inner {
    padding-right: 23px;
  }
  header .header_logo_sub {
    padding-left: 20px;
  }
  header .header_copy,
  header .header_about,
  header .header_login_status {
    font-size: 1.1rem;
  }
  header .header_search {
    width: 147px;
  }
}
#event_cartdlists p {
  padding:0px;
	/* padding: 7px 15px 14px; */	/*上、左右、下への余白*/
}