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

.width_100_box_inner {
	max-width: 100%;
}



/*　カテゴリーリストNEW　*/
.webinar_category_n {
	list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}
.webinar_category_n li {
	list-style: none;
	display: inline-block;
    width: 20%;
    margin: 5px 0;
	padding: 0;
    text-align: left;
}
.webinar_category_n li a {
    color: #000;
}

/*　カテゴリーリスト　*/
.webinar_category {
	list-style: none;
}
.webinar_category li {
	list-style: none;
	display: inline-block;
	
}
#categoryList li{
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
	color: #000;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
}
#categoryList li a{
	color: #000;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
}

/* タイトル */
h2 {
    font-size: 180%;
    padding-bottom: 7px;
    border-bottom: solid 2px #DDD;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-top: 0;
}
h3 {
    font-size: 160%;
    padding-bottom: 7px;
    border-bottom: solid 1px #DDD;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
}
h4 {
    color: rgba(5, 140, 162, 1);
    font-size: 120%;
    padding-bottom: 6px;
    border-bottom: solid 1px #DDD;
}
h5 {
    font-size: 110%;
    padding-bottom: 4px;
    border-bottom: solid 1px #DDD;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
}
.normal {
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-raglar) !important;
    font-style: normal;
}
.bold {
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    font-style: normal;
}



/*　動画一覧　*/

.webinarList {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 64px 48px;
}
.webinar_iconWwrap {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	display: inline-block;
}
.archiveMovIcon {
	margin: 0;
	padding: 0;
}








/*　動画詳細　*/



/* ページタイトル */

.page_title_wrap_all .mainTitle {
    border: none;
}


.wideo_all_wrap {
	background-color: white;
	padding: 52px 10px 64px;
}
.wideo_all_wrap_main_detail {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
	gap: 36px 56px;
}


.event_spec{
    font-size: 14px;
    border: solid 1px #DDD;
}
.event_spec h4 {
    padding: 10px;
    margin: 0;
}

.event_spec dl{
}
.event_spec dt{
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #DADADA;
}
.event_spec dd{
    font-size: 90%;
    padding: 10px;
}


ul.list {
    font-size: 90%;
    margin-left: 0;
    padding: 0;
    margin-left: 1.5rem;
}
ul.list li {
    font-size: 100%;
    list-style: none;
    text-indent: -1.5rem;
    line-height: 135%;
    margin-top: 4px;
    margin-bottom: 4px;
}
ul.list li:before {
    font-size: 100%;
    content: "●";
    margin-right: 0.5rem;
    color: #AAA;
}

.wb-continue {
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-style: normal;
    font-size: 140%;
}

h1 {
	margin:0;
	border:none;
	font-size: 24px;
	color: #000;
	padding: 0;
    background-color: transparent;
    font-size: 20px;
  	padding: 0;
}
.goto_app_form {
	display: block;
}
@media (min-width: 980px) {
     h1 {
        font-size: 32px;
    }
    .webinar p.subTitle {
        margin-top: 10px;
        line-height: 1.5;
    }
    .subNavWrap {
        display: none;
    }
    .videoBox_inner .videoArea {
        width: 100%;
    }
    .videoBox_inner .chatArea {
        width: 100%;
        height: 350px;
        margin: 0;
        padding: 0;
    }
    .videoBox_inner {
        display: block;
    }
    .column_right {
        padding-left: 15px;
    }
    .webinar_main_wrap {
        padding: 25px;
    }

}


h1.watch_ok {
	font-size: 24px;
	margin-top: 24px;
}



.play_list {
    padding: 10px 15px;
    margin: 5px;
	width: 100%;
	display: block;
}



/*  イベントスペック */
.event_speck th , 
.event_speck td{
    font-szie:14px;
}.event_speck {
    width: 100%;
    border-top: solid 1px #DDD;
}
.event_speck tr > td,
.event_speck tr > th
{
    padding: 8px 0;
    border-bottom: solid 1px #DDD;
    
}
.event_speck tr > th {
    min-width: 150px;
    max-width: 200px;
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-style: normal;

}
.event_lecturer_name {
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-bottom: 5px;
}
.event_lecturer_comapny {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4 !important;
}


/* ビデオ */
.video_wrap_all {
    max-width: 1480px; margin-left: auto;   margin-right:auto; z-index: 505;position: relative;
}
.video {
	padding-top: 16px;
	padding-bottom: 0px;
    margin-left: 16px; margin-right: 16px;
}
.video ol.breadcrumb {
	margin-bottom: 40px;
}
.video ol.breadcrumb a {
	color: #DDD;
}

.videoBoxWrap {
	margin: 0 auto;
	border:none;
}
.videoBox{
	box-shadow: rgba(0,0,0,0.5) 0px 2px 3px ,rgba(0,0,0,0.1) 0 2px 5px 4px;
    border-radius: 8px;
}

.videoBox, .videoBox iframe, .videoBox div.jstream-eqPlayer {
    border-radius: 8px;
	aspect-ratio: 16 / 9;
	display: block;
	width: 100%;
	height: auto;
}
.video_samnail img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	display: inline-block;
}



.subTitle {
	display: block;
	font-size: 18px;
	margin-left:0;
	margin-bottom:0;
    margin-top: 0;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
	color: rgba(102,85,58,1.00);
	text-align: center;
	margin-bottom: 24px;
}
@media (min-width: 980px) {
	.subTitle {
		font-size: 22px;
		display: block;
		margin-bottom: 32px;
	}
}








/*  関連動画  */
.relational_video > div {
    display: block;
    margin-bottom: 16px;
}
@media (min-width: 640px) {
    .relational_video {
        display: grid;
        grid-template-columns:  repeat(auto-fill, minmax(240px, 1fr ));
        gap: 16px;
        justify-content: space-between;
        
    }
}

@media (min-width: 992px) {
    .relational_video {
        grid-template-columns:  repeat(3, 1fr );
        gap: 24px;
    }
}
@media (min-width: 1200px) {
    .relational_video {
        gap: 32px;
        grid-template-columns:  repeat(4, 1fr );
    }
}



#entryRelational {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EEEEEE ;
}
#entryRelational p {
	font-size: 13px;
	line-height:1.4rem;
	padding: 1rem 2px;
	height: 5rem;
}
.videoBox_inner {
    display: flex;
      -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;

}
.jstLive.videoBox {
    padding: 56.2% 0 0;
}
.videoBox_inner .videoArea {
    width: 72%;
}
.videoBox_inner .chatArea {
    width: 28%;
}

.privacy_text {
 font-size:12px; color: #444;
    line-height: 135%;

}
.column_right {
    padding-left: 50px;
}
.marketo_form_wrap_all {
    position: sticky;
    top: 80px;
}
.marketo_form_wrap {
    padding: 25px;
    background-color: #FFF;
    margin-bottom: 15px;
}
    .marketo_form_wrap h3 {
        margin-top: 0;
    }
.row_flex {
    display: flex;
}
.app_head {
    background-color: rgba(192,0,3,1.00);
    color: #FFF;
    font-size: 13px;
    padding: 12px 5px;
    line-height: 110%;
}

.main_speck {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
	background-color: #F5F6F4;
	border-radius: 4px;
	align-items: center;
}
.main_speck .goto_app_form {
	margin-left: auto;
	margin-right: 0;
}
.main_speck .goto_app_form p {
	margin-bottom: 0;
}


.main_speck > div {
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}
.main_speck > div i {
    color: rgba(94,119,112,1.00);
}
.main_speck_watch_schedule {
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    font-style: normal;
}

