@charset "UTF-8";

/*top 見出し共通*/
.title-top {
    margin: 1.5rem auto auto auto;
}

@media screen and (min-width: 768px) {
    .title-top {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .title-top {
        width: 85%;
        padding-left: 18px;
    }
}

/*****topエリア*****/
/*topエリア基本css*/

.kv {
    background-image: url("../../img/top/kv_pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
@media screen and (min-width: 960px) {
    /* .kv {
        min-width: 1200px;
    } */
     .kv {
        height: 820px
    }
}
@media screen and (max-width: 959px) and (min-width: 866px) {
    .kv {
        height: 800px;
    }
}
@media screen and (max-width: 866px) and (min-width: 767px) {
    .kv {
        height: 790px
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .kv {
        height: 370px
    }
}

@media screen and (max-width: 320px) {
    .kv {
        height: 350px;
    }
}



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

    .button_regist {
        background-image: linear-gradient(to right, #233B6C, #36236c);
        display: block;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 14px;
        width: 264px;
        height: 40px;
        margin: 10 auto;
    }
    .button_regist p {
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
}

/*スライダー周辺の設定*/
.kv__main {
    max-width: 1078px;
    margin: 0 auto;
    font-size: 0;
    position:relative;
}

@media screen and (max-width: 767px) {
    .kv__main {
        width: 100%;

    }
}

@media screen and (min-width: 960px) {
    .kv__main .swiper-container {
        /* width: 1080px; */
        height: 450px;
        padding: 50px 0 0 0;
    }
}
/* @media screen and (min-width: 960px) {
    .kv__main .swiper-container {
        width: 1080px;
        height: 450px;
        padding-top: 40px;
    }
} */
@media screen and (max-width: 767px) {
    .kv__main .swiper-container {
        width: 90%;
        height: 225px;
        padding: 22px 0;
    }
    /* .kv__main .swiper-container {
        width: 90%;
        height: 225px;
        padding-top: 20px;
    } */    
}

.kv__main .swiper-wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .kv__main .swiper-wrapper {}
}

@media screen and (max-width: 767px) {
    .kv__main .swiper-wrapper {
        margin: 0 auto;
    }
}

.kv__main .swiper-slideInner {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

@media screen and (min-width: 960px) {
    .kv__main .swiper-slideInner {
        background-size: cover;
        width: 1000px;
        height: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .kv__main .swiper-slideInner {
        background-size: contain;
        width: 700px;
        height: 0;
        margin: 50 auto;
    }
}

@media screen and (max-width: 767px) {
    .kv__main .swiper-slideInner {
        width: 300px;
        height: 100%;
        background-size: contain;
        margin: 0 auto;
    }
}

/*スライドの画像設定*/
.slide_sp {
    display: none;
}

@media screen and (min-width: 769px) {
    .slide_pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .slide_sp {
        display: block;
    }
    .slide_pc {
        display: none;
    }
}


/***スライドの矢印***/
.kv__main .swiper-button-next,
.kv__main .swiper-container-rtl .swiper-button-prev {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .kv__main .swiper-button-next,
    .kv__main .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .kv__main .swiper-button-next,
    .kv__main .swiper-container-rtl .swiper-button-prev {
        right: -5px;
    }
}

.kv__main .swiper-button-prev,
.kv__main .swiper-container-rtl .swiper-button-next {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .kv__main .swiper-button-prev,
    .kv__main .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .kv__main .swiper-button-prev,
    .kv__main .swiper-container-rtl .swiper-button-next {
        left: -5px;
    }
}

@media screen and (max-width: 767px) {
    .kv__main .swiper-button-next:after,
    .kv__main .swiper-button-prev:after {
        font-size: 30px;
    }
}

/*企業アイコン用のクラス*/
.w50 {
    width: 140px;
}

.w120 {
    margin-top: 10px;
    width: 120px;
}

.w140 {
    width: 140px;
}

.followBanner a:nth-child(5) img {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .followBanner img {
        margin: 6px;
    }
}

@media screen and (max-width: 768px) {
    .w120 {
        width: 70px;
    }
    .w140 {
        width: 100px;
    }
    .w50 {
        width: 70px;
    }
    .followBanner a:nth-child(4) img {
        width: 50px;
    }
    .followBanner a:nth-child(5) img {
        width: 50px;
    }
}

/****お知らせ****/
.news {
    display: block;
    max-width: 1080px;
    margin: -50px auto 0 auto;
    position: relative;
    width: 100%;
}
.news::before {
    content: "";
    display: block;
    position: absolute;
    /* left: -10px; */
    bottom: 16px;
    width: 8px;
    height: 130px;
    background-image: linear-gradient(to right, #0a6199, #36236c);
}
/* .news::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: 16px;
    width: 8px;
    height: 130px;
    background-image: linear-gradient(to right, #0a6199, #36236c);
} */


@media screen and (max-width: 768px) {
    .news {
        width: 90%;
        margin: -20px auto 0;
    }
    /* .news {
        width: 80%;
        margin: -20px auto 0 auto;
    } */
    .news::before {
        height: 85%;
    }

}

.news__list {
    overflow-y: scroll;
    width: 97%;
}

@media screen and (min-width: 768px) {
    .news__list {
        margin-top: 4rem;
        padding-left: 32px;
        min-height: 150px;
        height: auto !important;
    }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    .news__list {
        margin-top: 0;
    }
}

/* @media screen and (min-width: 768px) {
    .news__list {
      margin-top:4rem;
        height: 150px;
        padding-left: 32px;
    }
} */

@media screen and (max-width: 767px) {
    .news__list {
        height: 70px;
        margin-top: 2em;
    }
}

.news__item {
    display: flex;
    align-items: center;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .news__item {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .news__item~.news__item {
        margin-top: 18px;
    }
}

@media screen and (max-width: 767px) {
    .news__item~.news__item {
        margin-top: 10px;
    }
}

.news__date {
    color: #233b6c;
    position: absolute;
}

/* .news__date {
    color: #233b6c;
} */

@media screen and (max-width: 767px) {
    .news__date {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .news__detail {
        padding-left: 12%;
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .news__detail {
        padding-left: 55px;
        font-size: 16px;
    }
} */

@media screen and (max-width: 767px) {
    .news__detail {
        padding-left: 28px;
        font-size: 10px;
    }
}


/*****セミナー一覧・予約****/
/*テキスト*/
.specialSeminar {
    position: relative;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .specialSeminar {
        width: 90%;
        max-width: 1080px;
        margin: 0 auto;
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .specialSeminar {
        width: 85%;
        margin: 0 auto;
        padding-left: 13px;
    }
}

.specialSeminar>p {
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .specialSeminar>p {
        font-size: 16px;
    }
}

.specialSeminar::after {
    /*content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/top/decoration_triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;*/
}

@media screen and (min-width: 768px) {
    .specialSeminar::after {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .specialSeminar::after {
        width: 15px;
        height: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .scheduleSection {
        margin: 0 auto;    
    }
}

@media screen and (max-width: 767px) {
    .scheduleSection .specialSeminar__button {}
}

@media screen and (max-width: 767px) {
    .schedule__inner {
        width: 85%;
        margin: 0 auto;
    }
}

/*セミナー予約タブ*/
#schedule__1:checked~.scheduleTabArea .schedule__day1 {
    background-color: #e00400;
}

#schedule__1:checked~.schedulePanelArea #schedulePanel__day1 {
    display: block;
}

#schedule__2:checked~.scheduleTabArea .schedule__day2 {
    background-color: #e00400
}

#schedule__2:checked~.schedulePanelArea #schedulePanel__day2 {
    display: block;
}

#schedule__3:checked~.scheduleTabArea .schedule__day3 {
    background-color: #e00400;
}

#schedule__3:checked~.schedulePanelArea #schedulePanel__day3 {
    display: block;
}

#schedule__4:checked~.scheduleTabArea .schedule__day4 {
    background-color: #e00400;
}

#schedule__4:checked~.schedulePanelArea #schedulePanel__day4 {
    display: block;
}

#schedule__5:checked~.scheduleTabArea .schedule__day5 {
    background-color: #e00400;
}

#schedule__5:checked~.schedulePanelArea #schedulePanel__day5 {
    display: block;
}

#schedule__6:checked~.scheduleTabArea .schedule__day6 {
    background-color: #e00400; 
}

#schedule__6:checked~.schedulePanelArea #schedulePanel__day6 {
    display: block;
}

#schedule__7:checked~.scheduleTabArea .schedule__day7 {
    background-color: #e00400;
}

#schedule__7:checked~.schedulePanelArea #schedulePanel__day7 {
    display: block;
}

#schedule__8:checked~.scheduleTabArea .schedule__day8 {
    background-color: #e00400;
}

#schedule__8:checked~.schedulePanelArea #schedulePanel__day8 {
    display: block;
}

#schedule__9:checked~.scheduleTabArea .schedule__day9 {
    background-color: #e00400;
}

#schedule__9:checked~.schedulePanelArea #schedulePanel__day9 {
    display: block;
}

.schedulePanel {
    display: none;
    margin-top: 0em;
}

@media screen and (min-width: 768px) {
    .schedulePanel p {
        /*margin-top: 45px;*/
    }
}

@media screen and (max-width: 767px) {
    .schedulePanel p {
        /*margin-top: 23px;*/
    }
}

/*セミナー予約日付のタブエリア*/
.scheduleTabArea {
  max-width:1080px;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .scheduleTabArea {
   
/*     max-width: 1080px; */
   
    flex-wrap: wrap;
  }
  
}

@media screen and (max-width: 767px) {
  .scheduleTabArea {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom:5px;
  }
}

.scheduleTab {
  background-color: #233B6C;
  display: flex;
  justify-content: center;
  align-items: center;
}


.scheduleTab:first-child{
    margin-left: 0em;
  }

@media screen and (min-width: 768px) {
  .scheduleTab {
    width: 18%;
    height: 45px;
    margin-bottom: -0.5em;
    margin-right: 0.5rem;
    padding:5px;
    margin-bottom: 10px;
  }
  
}

@media screen and (max-width: 767px) {
  .scheduleTab {
    width: 140px;
    height: 39px;
    margin-right: 2px;
    margin-top: 5px;
  }
}

/*セミナー予約日付のテキスト*/
.tabLabel__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .tabLabel__text {
    font-size: 10px;
  }
}

.schedulePanelArea {
  width:100%;
  max-width: 100%;
  /* margin: 0 auto; */
}

/*セミナー内容エリア*/
.schedule {
    /* border: 3px solid #a4a4a4; */
    /* display: flex; */
    /* position: relative; */
}

@media screen and (min-width: 768px) {
    .schedule {
     /* margin-top: 11px; */
    }
}

@media screen and (max-width: 767px) {
    .schedule {
        margin-top: 20px;
    }
    .schedule>* {
        min-width: 0;
    }
}

@media screen and (min-width: 768px) {
    .schedule__detail {
        padding: 20px;
        width: 100%;
        position: relative;
        transition: all .2s;
    }
    /* .schedule__detail:hover {
        box-shadow: 5px 5px 5px #ccc;
        transform: translate(-3px, -3px);
    } */
    .schedule__detail a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .schedule__detail a:hover {
        /*background: #fffbed;
    opacity: .3;*/
    }
    .arrow_box {
        display: none;
        position: absolute;
        padding: 0.5em 1.8em 0.5em 1.8em;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #f8e93a;
        color: #cc0000;
        top: 1em;
        right: 2%;
        font-size: 1.2em;
        
    }
    .schedule__detail:hover>.arrow_box {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .schedule__detail {
        padding: 12px;
        position: relative;
    }
    .schedule__detail a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

/*セミナーテーマ*/
.schedule__thema {
    font-size: 13px;
    color: #808080;
}
/*セミナータイトル*/
.schedule__title {
    color: #222;
}

@media screen and (min-width: 768px) {
    .schedule__title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 50px;
        padding: 0.2em 0.5em;
        color: #494949;
        background: #eee;
        border-left: solid 5px #594942;
    }
    .companyInfo__speaker {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .schedule__title {
        font-size: 14;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 5px;
    }
}

/*セミナー詳細*/
.schedule__description {
    color: #333333;
    line-height: 1.93;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .schedule__description {
        font-size: 16px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__description {
        font-size: 14px;
        margin-top: 13px;
    }
}

/*セミナー開催時間*/
.schedule__time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #e4e4e4;
    color: #222;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .schedule__time {
        font-size: 18px;
        padding: 0 10px;
        width: 10%;
    }
}

@media screen and (max-width: 767px) {
    .schedule__time {
        font-size: 12px;
        min-width: 55px;
        text-align: center;
    }
}

.schedule__time .time__start {
    text-align: center;
    font-weight: bold;
}

.schedule__time .time__end {
    margin-top: 38px;
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.schedule__time .time__end::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #222;
}

@media screen and (min-width: 768px) {
    .schedule__time .time__end::before {
        top: -61px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__time .time__end::before {
        top: -51px;
    }
}

.schedule__time::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
/*     background-image: linear-gradient(to bottom, #e00400, #233B6C); */
}

@media screen and (min-width: 768px) {
    .schedule__time::after {
        width: 8px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__time::after {
        width: 4px;
    }
}


/*会社情報、講師情報*/
.schedule__company {
    display: flex;
}

@media screen and (min-width: 768px) {
    .schedule__company {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__company {
        margin-top: 13px;
        align-items: center;
        display: block;
    }
}

/* .company__logo {
    width: 250px;
} */

.company__logo img {
    width: 150px;
    height: auto;
}


.companyInfo {
    display: flex;
    flex-direction: column;
    line-height: 1.44;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-indent: 1rem;
    border-left: solid 5px #e50012;
}



.companyInfo__name {
    font-weight: bold;
}
.companyInfo__title {
    font-weight: bold;
}
.companyInfo__speaker {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .companyInfo {
        /* padding-left: 27px; */
    }
}

@media screen and (max-width: 767px) {
    .companyInfo {
        font-size: 14px;
    }
}

/*******■展示ブース*******/

    .ExhibitionBooth {
        padding-top: 0px;
       width:2000px; 
       margin:0 auto;
    }
@media screen and (max-width: 2100px) {
    .ExhibitionBooth {
      width:100%;
      margin:0 auto;
    }
}

.ExhibitionBooth__clickArea {
      background-image: url("../../img/top/booth_new.png");
      
}

.ExhibitionBooth__clickArea {
   height:450px;
   background-repeat: no-repeat;
   background-position: center;
   position: relative;
   background-size: cover;
}

@media screen and (min-width: 768px) {
    .ExhibitionBooth__clickArea {
        margin-top: 0px;
        padding:0;
    }
}

@media screen and (max-width: 767px) {
    .ExhibitionBooth__clickArea {
        margin-top: 0px;
    }
}

/*カテゴリー選択配下テキスト*/
.h-booth_introText {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #233b6c;
    line-height: 2.4;
}

/*展示ブース内画像*/
.ExhibitionBooth__image {
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .ExhibitionBooth__image {
        width: 80%;
        max-width: 1000px;
        left:-9px;
        top:-40px;
    }
}

@media screen and (max-width: 767px) {
    .ExhibitionBooth__image {
        width: 100%;
    }
    .h-booth_introText {
        line-height: 1.4;
        font-size: 16px;
        padding: .4em 2em;
    }
}

/*カテゴリー選択上の三角*/
.category-marker {
    display: flex;
    position: absolute;
    bottom: -37px;
}

.category1-marker {
    left: 10%;
}

.category3-marker {
    left: 35%;
}

.category5-marker {
    left: 60%;
}

.category6-marker {
    left: 85%;
}

.category2-marker {
    left: 20%;
}

.category4-marker {
    left: 45%;
}

.category7-marker {
    left: 70%;
}

@media screen and (min-width: 768px) {
    .categoryWrapper {
        max-width: 1080px;
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .categoryWrapper {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .categoryWrapper {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    /*.categoryWrapper > p {
    font-size: 11px;
  }*/
}

/***カテゴリー選択エリア***/
.categoryWrapper {
    margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
.categoryWrapper {
    margin: 0 auto 0px auto;
}
}
.categoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*カテゴリーボタン調節用空css*/
/* .categoryList::after {
    content: "";
    display: block;
    width: 354px;
    height: 50px;
}
 */


@media screen and (min-width: 768px) {
    .categoryList__item {
        width: 354px;
        margin-top: 5px;
    }

}

@media screen and (min-width: 768px) {
    .categoryList__item {
        width: 49%;
    }
}

@media screen and (min-width: 960px) {
    .categoryList__item {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .categoryList__item {
        width: 100%;
        margin-top: 4px;
    }
}

/*カテゴリー選択エリア_テキスト*/
.categoryList__item p {
    text-align: center;
    font-weight:bold;
    padding: 1.4rem 1rem;
    background-color: #233b6c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 3px solid #233b6c;
    border-radius: 10px;
    background-image: linear-gradient(to right, #233B6C, #36236c);
}

.categoryList__item p:hover {
    cursor: pointer;
        border: 5x solid #ffffff;
           color: #233B6C;
      background-image: linear-gradient(#ffffff 0%, #b5c1da 100%);
}

@media screen and (min-width: 768px) {
    .categoryList__item p {
        /*font-size: 20px;
    height: 50px;*/
        font-size: 18px;
        height: 0px;
        margin-bottom:2px;
    }
}

@media screen and (max-width: 767px) {
    .categoryList__item p {
        font-size: 12px;
        height: 0px;
        margin-bottom:2px;
    }
}

/*企業アイコンエリア*/

.exhibitors_logo{
    margin:0px auto;
    width: 60%;
    max-width: 600px;
}

.w1000 {
    padding: 20px 20px;
    margin: 0 auto;
    max-width: 1000px;
}
@media screen and (min-width: 960px) {
    .w1000 {
        padding: 20px 20px;
        margin: 0 auto;
        max-width: 1000px;
    }
}

@media screen and (min-width: 960px) {
    .sponsorList, .sponsorList2 {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .sponsorList, .sponsorList2 {
        margin: 0px;
    }
}

.sponsorList,.sponsorList2 {
    display: flex;
    margin:0px -30px 0px 0px;
}
/* .sponsorList,.sponsorList2 {
    display: flex;
    margin:0px -30px 0px 5px;
} */

@media screen and (min-width: 768px) {
    .sponsorList,.sponsorList2 {
        /* width:100%; */
    }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    .sponsorList,.sponsorList2 {
        width: 96%;
    }
}

@media screen and (max-width: 767px) {
    .sponsorList,.sponsorList2 {
        flex-wrap: wrap;
        min-width: 0;
        width:100%;
        margin: 0 2%;
    }
    .sponsorList:not(:first-of-type),
    .sponsorList2:not(:first-of-type){
        margin-top: 2em;
    }
}

/* @media screen and (max-width: 767px) {
.sponsorList,.sponsorList2 {
        flex-wrap: wrap;
        min-width: 0;
        width:100%;
        margin: 0 4%;
    }
    .sponsorList:not(:first-of-type),
         .sponsorList2:not(:first-of-type){
        margin-top: 2em;
    }
} */

.sponsorLogo {
  width:100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  height: 215px;
  cursor:pointer;
}

.sponsorLogo .name {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.sponsorLogo img{
    height: auto;
    width:90%;
    max-width:200px;
    max-height:200px;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

/* .sponsorLogo img{
    height: auto;
    width:90%;
    max-width:200px;
    max-height:200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
} */

.sponsorCard {
    border: 1px solid #d7d7d7;
    position: relative;
    width: 20%;
    background-color: #ffffff;
    margin: 0em 1em 1em 0em;
    transition: all.2s;
    padding: 1em;
}

/* .sponsorCard {
    width: 22.7%;
    padding: 0em;
    background-color: #ffffff;
    margin:0em 1.8em 1.8em 0em;
    transition: all.2s;
} */

.sponsorBody {
    cursor:pointer;
}

.sponsorBody a {
    color: #000;
    cursor:pointer;
}

.sponsorBody .name {
    font-weight: bold;
    text-align: center;
    margin-bottom: .6em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsorBody .text {
    line-height: 1.4;
}

.sponsorCard p {
        font-size: 14px;
        margin:0px 1em;
    }

    .sponsorCard:last-of-type {
        margin-right: 0;
    }
    .sponsorCard:hover {
        opacity: .7;
    }

@media screen and (max-width: 767px) {
    .sponsorCard {
        width: calc(( 100% - 1.4em ) / 2);
        min-width: 0;
        margin:0em 0.5em .5em 0em;
    }
    .sponsorLogo {
      height:200px;
  }
    .sponsorCard p {
        font-size: 10px;
    }
}

/******メディアパートナー******/
/*
.seminar_detail {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .seminar_detail {
        max-width: 1080px;
        margin: 0 auto;
    }
}
*/

/* .seminar_detail {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
} */

.detail {
    margin-bottom: 2em;
    border: 1px solid #ccc;
    padding: 2em;
}

.detail ul {
    margin-bottom: 2em;
    line-height: 1.2;
}

.detail p {
    font-weight: bold;
    margin-bottom: 1em;
    border-left: 6px solid #0a6199;
    padding-left: .5em;
    line-height: 1.4;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .detail {
        padding: 1em;
        font-size: 14px;
        line-height: 1.8;
    }
}

.media-partner li {
    width: 40%;
    text-align: center;
    margin: 0 10px 1.6em;
    font-weight: bold;
    border: none;
}

.list-img {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    padding: 0 1em;
    height: 120px;
}

.list-img img {
    width: 70%;
}

.list-body .name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.4em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

.media-partner li:nth-child(4) {
    margin: 0 10px 1.6em;
}

/***** キャンペーン *****/
.chipone {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

.chipone li {
    width: 50%;
    font-size: 1.125em;
}

.chipone_title {
    border-bottom: 2px solid #bbb4b2;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1em;
}

.company_gray {
    font-size: .8em;
    background: #f2f2f2;
    margin: 1em auto;
    padding: 1em;
    line-height: 1.8;
}

.manual table {
    line-height: .6;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.company-list {
    display: flex;
    margin: 3em 0;
    flex-wrap: wrap;
    justify-content: center;
}

ul.disc {
    line-height: 1.6;
    list-style: disc;
    padding-left: 1.4em;
}

#qa h5 {
    padding: 0 .5em .5em 2em;
    margin-bottom: 10px;
    border-bottom: solid 1px #bbb4b2;
    margin-top: 2em;
}

#qa h5:before {
    content: "Q";
    margin-left: -1.1em;
    font-size: 1.6em;
    margin-right: 10px;
    color: #bbb4b2;
}

#qa {
    line-height: 1.6;
}

.top th,
.top td {
    padding: 0.5em;
    border: 1px solid #ccc;
    line-height: 1.4;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .company_gray {
        font-size: 1em;
        width: auto;
    }
    .chipone {
        display: block;
    }
    .chipone_title {
        line-height: 1.4;
        padding-bottom: .4em;
    }
    .chipone li {
        width: 100%;
        font-size: .9em;
    }
    #qa h5 {
        font-size: 1rem;
    }
    .manual table {
        font-size: .8em;
    }
    .company-list {
        display: block;
    }
    .company-list li {
        width: 100%;
        margin: 10px auto;
    }
}

.down_list {
    line-height: 2;
    margin: 2em 0 1em;
}

.down_list li:before {}

.seminar_detail a {
    color: #000;
    transition: all .2s;
}

.seminar_detail a:hover {
    color: #009a8e;
}

.down_list a {
    padding-left: .4em;
    color: #000;
}

.down_list .icon {
    color: #ccc;
    font-size: .6em;
}

.chipone_detail {
    border: 1px solid #ccc;
    padding: 1em 2em;
    margin: 1em auto;
}

@media screen and (min-width: 768px) and (max-width:960px) {
    .chipone {
        display: block;
    }
    .chipone li {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .page {
        width: 100%;
        max-width: 1000px;
        margin: 2.4em auto;
    }
}
/* 
@media screen and (min-width: 960px) {
    .page {
        width: 75%;
        margin: 50px auto;
    }
} */

.u-line {
    border-bottom: 1px solid #000;
}

.u-line:hover {
    border-bottom: 1px solid #009a8e;
}

.fas {
    font-size: 2em;
}

.far {
    font-size: 5em;
    color: #bd0000;
    position: absolute;
    bottom: 1.2em;
    left: 1.1em;
}

.lecturer {
    margin-left: 0;
    padding-left: 1em;
}


.down_panel {
    position: absolute;
    bottom: 1em;
    font-size: 1.2rem;
    left: 0;
    padding: 0 .4em;
}

.sponsorcard li,p.down_title{
    text-align: center;
    position: absolute;
    top: 2em;
    align-items: center;
    left: 3.6em;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 767px) {
    .lecturer {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .lecturer img{
        width: 70px;
        height: auto;
    }
    .company__logo img {
        width: 70px;
        height: auto;
        padding-right: 1em;
    }
    
    .chipone_detail {
        padding: 1em;
    }
    .down_panel {
        bottom: 1em;
        font-size: .8em;
    }
    .far {
        font-size: 4em;
        bottom: 1em;
        left: .9em;
    }
    li.sponsorcard,p.down_title {
        font-size: 14px;
        top: 1em;
    }
}

@media screen and (min-width: 768px) and (max-width:960px) {
    li.sponsorcard,p.down_title {
        top: 2em;
        left: 1em;
        font-size: 1em;
    }
}

.info-text {
    max-width: 1080px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.6em 0;
}

/* .info-text {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding:1em;
    line-height: 1.2;
} */

.campaign_detail {
    width: 90%;
    max-width: 1080px;
    margin: 2em auto;
}

.campaign {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

.campaign_c a {
    color: #000;
    transition: all .2s;
}

.campaign_c a:hover {
    color: #009a8e;
}

@media screen and (min-width: 1532px) {
    .campaign_c {
        width: 36%;
        margin-right: 0.7em;
        font-weight: bold;
        font-size: 1.0em;
    }
    .campaign_t {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1532px) {
    .campaign_c {
        width: 100%;
        margin-right: 0.7em;
        font-weight: bold;
        font-size: 0.8em;
    }
    .campaign_t {
        font-size: 0.8em;
    }
}

.chipone_detail p {
    line-height: 2;
    font-size: 1.2em;
}

.campaign_point {
    font-size: 1.2em;
    color: #dc580a;
}

.info-text_bl {
    font-size: 18px;
    font-weight: 700;
    color: #ea0c2a;
    margin-top: 15px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .info-text {
        font-size: 11px;
        padding: 0;
    }
    .chipone_detail p {
        font-size: 16px;
    }
    .campaign {
        display: block;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1em;
    }
    .info-text_bl {
        font-size: 14px;
    }
}

/*公式通販サイト(チップワンストップ)*/
.logo_in {
    display: flex;
    align-items: center;
}

.logo_in img {
    width: 15%;
}

@media screen and (max-width: 767px) {
    .logo_in {
        display: block;
        margin-top: .4em;
    }
    .logo_in img {
        width: 55%;
        margin-top: .2em;
        margin-left: -1em;
    }
}


/*** topスライド配下バナー ***/

.top_banner{
    margin: 0 auto;
    width:1040px;
    text-align:center;
    display:flex;
}
.top_banner li{
  margin-top:1em;
  margin-bottom:1em;
}
.top_banner li:first-child{
  margin-left: 1em;
}
.top_banner li:last-child{
  margin-right: 1em;
  margin-left: 1em;
}

.top_banner img{
      width: 100%;
}

@media screen and (max-width: 859px) {
.top_banner{
      position:absolute;
     bottom:10px; 
    width:100%;
}
.top_banner li{
  margin-top:0em;
  margin-bottom:0em;
}   
}
@media screen and (min-width: 768px) and (max-width:960px) {
    .top_banner{
      position:absolute;
     bottom:10px; 
    width:100%;
} 
}



/*** 展示ブースエリア_new ***/
.ExhibitionBooth__image{
    position:relative;
    width:100%;
    height:auto;
    }
#booth_1 img
{
    height: auto;
    width:250px;
    position:absolute;
}

#booth_2 img,
#booth_3 img,
#booth_4 img,
#booth_5 img{
    height: auto;
    width:220px;
      position:absolute;
}

#booth_1 img{
  top:165px;
  left:390px;
}
#booth_2 img{
  top:270px;
  left:690px;
}
#booth_3 img{
  top:270px;
  left:0px;
}
#booth_4 img{
  top:100px;
  left:800px;
}
#booth_5 img{
  top:100px;
  left:100px;
}

#booth_1:hover img{
  width:250px;
  opacity: 1;
  filter: brightness(115%);
  transform: scale(1.2,1.2);
  transition-duration: 0.5s;
    }

#booth_2:hover img,
#booth_3:hover img,
#booth_4:hover img,
#booth_5:hover img{
  width:210px;
  opacity: 1;
  filter: brightness(115%);
  transform: scale(1.2,1.2);
  transition-duration: 0.5s;
    }

#booth_2 .active,
#booth_3 .active,
#booth_4 .active,
#booth_5 .active{
    opacity: 0;
  	margin-top:-60px;
}
#booth_1 .active{
  top:80px;
  left:380px;
  opacity: 0;
}



/*** 展示ブース下ボタン ***/
#exhibition_list{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:0px auto;
	width:80%;
}
#exhibition_list li{
	overflow:hidden;
	position:relative;
	margin:0px 0px 10px 10px;
}

#exhibition_list li img {
    height: auto;
    width:210px;

}
#exhibition_list li img:hover {
opacity: 0.6; filter: brightness(110%);

}
