@charset "UTF-8";
/* CSS Document */

:root {
  --background-color: #F4F4F4;
  --main-theme-color1: rgba(240,75,135,1.00);
  --main-theme-color2: rgb(27,20,100);
  --main-theme-color3: rgb(0,99,144);

    
  --main-link-color:  rgb(0,99,144);
  --main-link-visited-color: #011A60;
  --navbar-height: 66px; /* ナビゲーション高さ */
  --scedule-date-height: 50px;
}

body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-text-size-adjust: 100%;
    _display: inline;
    _zoom: 1;
    font-family: "ryo-gothic-plusn";
    font-weight: 400;
    background-color: var(--background-color);
    padding-top: var(--navbar-height);
}
@media (min-width: 768px) {
    [class *=acms-col] {
       padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}
a.btn-primary,
a.btn-primary:visited {
    color: #FFF;
}


h2 {
    font-size: 140%;
    color: #FFF;
    background-color: #222;
    display: inline-block;
    margin: 0;
    padding: 4px;
    line-height: 1;
}
.h2_wrap {
    line-height: 1;
    padding: 0;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
}





/* ナビゲーション */
.navigation_wrap {
    background-color: #FFF;
    z-index: 300;
}
.navigation {
    height: var(--navbar-height);
}

.linkSpacer {
    height: 20px;
}




/* 申し込みフォームボタン */
.appBtnWrap {
    display: block;
    position: sticky;
    z-index: 200;
}

@media (min-width: 992px){
    /* 申し込みフォームボタン */
    .appBtnWrap {
        display: none;
    }
}

h1 {
    padding-bottom: 10px;
    border-bottom: solid 1px #CCC;
    color: #000;
    font-weight: 200;
    margin-bottom: 40px;
    line-height: 1.2;
}


/* メインエリア */
.main {
    margin-top: 60px;
}
.main h1 {
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 8px;
    border-bottom: solid 1px #CCC;
    color: #000;
    font-weight: 200;
    margin-bottom: 60px;
    line-height: 1.2;
}
@media (max-width: 991px){
    .main h1 {
        margin-bottom: 30px;
    }
}


.main_day {
    margin-bottom: 40px;
    border-bottom: solid 1px #CCC;
    display: block;
}

.root_block_l {
    width: 20%;
}
.root_block_r {
    width: 80%;
}

@media (max-width: 767px) {
    .main {
        margin-top: 40px;
    }
    
    h1 {
        font-size: 18px;
    }
    h1 span {
        display: block;
    }
    .root_block_l {
        width: 100%;
    }
    .root_block_r {
        width: 100%;
    }
}



/*イントロ文*/

.intro_wrap {
    margin-top: 60px;
}
.intro_text_1 {
    font-size: 140%;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.8;
}
.intro_text_2 {
    font-size: 94%;
    color: #333;
    line-height: 1.7;font-weight: 300;
}
@media (min-width: 768px) {
    div.intro span {
        display: block;
    }

}



/*NEWS*/
#news {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );

}


/*協力企業*/
#cooperating_companies {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );
}
.cooperating_companies {
    padding: 50px 0;
    background: #FFF;
    margin-top: 100px;
    margin-bottom: 40px;
}




/*タイムテーブル*/

#timetable {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );

}
.timetable_day_wrap {
    position: relative;
}
.timetable_day::before {
    content:"";
    border-left: #333 solid 1px;
    height: 100%;
    display: block;
    left: 50%;
    position: absolute;
    z-index: -100;
}
.timetable_date {
    text-align: center;
    font-size: 220%;
    margin-bottom: 20px;
}
.timetable_arrow {
}
.timetable_date img {
    max-width: 140px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
@media (max-width: 797px) {
.timetable_date img {
    max-width: 100px;
    margin-bottom: 10px;
}
}
.timetable_session {
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.15) 0 3px 3px 0,rgba(0,0,0,0.1) 0 3px 10px 3px
}

#timetable .company_name ul li {
    font-weight: 300;
}

.timetable_session .session_name {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
}
.timetable_session .session_time {
    background-color: var(--main-theme-color1);
    padding: 8px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFF;
}
.timetable_session .session_disc {
    padding: 26px 26px 15px;
    font-size:110%;
    background-color: #FFF;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    .timetable_session .session_disc {
        padding: 15px;
    }
    .timetable_session .session_name {
        font-size: 90%;
    }
}
@media (max-width: 797px) {
    .timetable_session .session_disc {
        padding: 10px;
    }
}
.timetable_session .session_link:hover {
    background-color: #FFFDF2;
}
.timetable_session .company_name {
}
.timetable_session .company_name span:nth-of-type(2){
    display: none;
}
.timetable_session a:link,
.timetable_session a:visited {
    color: #000;
    text-decoration: none;
}
.timetable_session .company_name_single {
    line-height: 1.1
}



.timetable_session .company_name ul{
    display: inline-block;
}
.timetable_session .company_name .speaker_name,
.timetable_session .company_name ul li {
    font-size:76%;
    margin-bottom: 0;
}
.timetable_session .company_name .speaker_name {
    padding-left: 0.5rem;
    color: #444;

}

.h3_title {
    font-size: 120%;
    margin-bottom: 15px;
    font-weight: 500;
}
.tech_list a{
    color : #000;
    text-decoration: none;
    display: block;
    padding: 15px;
    box-shadow: rgba(0,0,0,0.1) 0 2px 2px;
    background-color: #FFF;
    margin-bottom: 15px;
    transition: 0.5s;
}
.tech_list a:hover {
        background-color: #FFEEEE;

}



.scedule_date_wrap {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );
    position: sticky;
    top: 15px;
    z-index: 60;
    background-color: var(--background-color);
}
.scedule_date {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    z-index: 100;
    height: var(--scedule-date-height);
    color: #000;
    border-bottom: solid 1px rgba(0,0,0,0.3);
    font-family: Helvetica;
    font-weight: 500;
}
.scedule_date span {
    font-size: 75%;
    font-family: "ryo-gothic-plusn";
}
.scedule_date > div {
    /*padding-left: 15px;
    padding-right: 15px;*/
}








/*セッション詳細*/



#session {
    padding-top:  var(--navbar-height);
   margin-top: calc(var(--navbar-height) * -1);
}
#session .h2_wrap, 
#session_tech .h2_wrap{
    margin-bottom: 70px;
}



div[id^="session_"] {
    padding-top:  calc(var(--navbar-height) + var(--scedule-date-height));
   margin-top: calc( (var(--navbar-height) + var(--scedule-date-height)) * -1);
}

.session_content {
    padding-bottom: 160px;
}
.session_content_wrap_inner {
      margin-bottom: 100px;
  
}
.too_comment {
    color: var(--main-theme-color1);
}

.date_session_link a,
.date_session_link a:visited,
.date_session_link a:hover {
    color: var(--main-theme-color1);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #FFF;
    transition: 0.5s;
}
.date_session_link a:hover {
    box-shadow: rgba(0,0,0,0.2) 0 0px 2px, rgba(0,0,0,0.1) 0 1px 4px;
        background-color: rgba(255,255,255,0.2);

}


.session_discriotion_wrap {
    padding: 60px;
    background-color: #FFF;
    margin-bottom: 40px;
    /*box-shadow: rgba(0,0,0,0.1) 0 3px 5px 1px,rgba(0,0,0,0.1) 0  3px 12px 5px;*/
    box-shadow: rgba(0,0,0,0.1) 0 1px 2px 0px;
    margin-right: 2px;
}
@media (max-width: 797px) {
    .session_discriotion_wrap {
        padding: 15px;
        box-shadow: none;
        margin-right: 0px;

    }
}
.session_title {
    font-size: 192%;
    font-weight: 600;
    color: #000;
}
.session_discriotion {
    font-size: 104%;
    line-height: 2;
    margin-top: 50px;
}


.session_times_inner {
    padding: 30px 10px 200px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-family: Helvetica,Arial, "sans-serif";
    background-color: var(--main-theme-color1);
    border-bottom: solid 5px var(--main-theme-color2);
}
@media (max-width: 991px) {
    .session_times_inner {
        padding: 6px 10px;
        font-size:18px;
    }
}
.session_times {
    position: sticky;
    top: 15px;
    padding-top:  calc(var(--navbar-height) + var(--scedule-date-height));
    margin-top: calc( (var(--navbar-height) + var(--scedule-date-height)) * -1);
    z-index: 50;
}
.session_times_sm {
    display: none;
}

@media (max-width: 797px) {
    .session_times_sm {
        position: sticky;
        display: block;
    }
    .session_times_md {
        display: none;
    }
}


/*　プロフィール　*/

.profile {
    font-size: 1.4rem;

}
.speaker_photo {
}
.speaker_name{
    font-size: 116%;
    font-weight: 500;
    line-height:1.1;
    margin-bottom: 10px;
    color: var(--main-theme-color2);
}
.speaker_name .uji {
    font-size: 60%;
    display: inline-block;
    margin-left: 0.4rem;
    font-weight: 300;
}
.speaker_name_e{
    font-size: 58%;
    font-weight: 400;
}
.speaker_name_e span:nth-of-type(1){
    margin-right: 0.5rem;
}
.speaker_name_e span:nth-of-type(2){
    font-weight: 100;
    color: #555;
    display: inline-block;
}
.company_name {
    margin-bottom: 10px;
}
.company_name ul ,
.company_name ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
 .company_name ul li{
    font-size: 70%;
    margin-bottom: 5px;
    font-weight: 600;
    display: flex;
     align-items: center;
}
.company_name ul li span:nth-of-type(1){
    white-space: nowrap;
    border-right: solid 1px #888;
    padding-right: 0.7rem;
}
.company_name ul li span:nth-of-type(2){
    color: #555;
    margin-left: 0.7rem;
    font-weight: 300;
    font-size: 88%;
    line-height: 1.2;
}
.speaker_title {
    font-size: 100%;

}
.speaker_discriotion {
    font-size: 58%;
    color: #666;
}


/*イベント概要*/
#summary {
    padding-top:  var(--navbar-height);
   margin-top: calc(var(--navbar-height) * -1);
}
.spec {
    margin-top: 20px;
    margin-bottom: 20px;
}
.spec_row {
    margin-bottom: 30px;
    border-left: solid 5px #DDD;
    padding-left: 15px;
}
.spec_row .spec_col:nth-of-type(1){
    font-size: 90%;
    width: 20%;
}
.spec_row .spec_col:nth-of-type(2){
    width: 80%;
    font-size: 120%;
    color: #000;
    font-weight: 400;
}
@media (max-width: 797px){
    .spec_row .spec_col:nth-of-type(1){
        width: 100%;
    }
    .spec_row .spec_col:nth-of-type(2){
        width: 100%;
    font-size: 110%;
    }
}

/* 申し込みボタン*/
.bottom_btn .gotoApp {
    padding: 15px 50px;
    font-size: 18px;
}
.bottom_btn_wrap {
    position: relative;
}
.bottom_btn::before {
    content: "";
    border-top: solid 1px #888;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -50;
}



/* 動画ページ */
.zoom_wrap {
    background: #FFF;
    box-shadow: rgba(0,0,0,0.2) 0 0 1px 0, rgba(0,0,0,0.05) 0 1px 3px 2px;
    border-radius:10px;
}
.zoom_wrap .btn-lg {
    padding: 10px 60px;
}

.session_tech {

}
.session_tech a {
    text-decoration: none;
    display: block;
    padding: 15px;
    border: solid 1px #DDD;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 15px;
}


/* 過去のセミナー */
.past_seminar {
    background: #FFF;
    padding: 30px;
}


/* フォーム*/
    .mktoForm .mktoFormRow {
        margin-bottom: 20px;
    }
@media (min-width: 798px) {

    .mktoForm .mktoFormRow:nth-of-type(3) .mktoFormCol {
        width: 50% !important;
        float: left !important;
    }
    .mktoForm .mktoFormRow:nth-of-type(3) #LastName {
        width: 98% !important;
    }
}
.privacy li {
    padding: 2px;
}