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

body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
}


p.outLineText {
	font-size: 20px;
}


p {
	font-size: 18px;
}

.concept {
    font-weight: 500;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 0;
    margin-top: 30px;
    line-height: 155%;
    color: #666;
}
.concept_title {
    margin-top: 10px;
	font-size: 42px;
    font-weight: 600;
}

h2 {
    font-weight: 700;
	font-size: 30px;
	font-weight:normal;
	margin-bottom: 1.5rem;
}
h3 {
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 1rem;
    font-weight: 600;
}
.onlineTitle {
	font-size: 48px;
}
.gokitai {
    font-size:26px;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
}
div[id^="seminar"] {
    padding: 50px;
    border: solid 3px rgba(255,255,255,1.00);
    box-shadow: rgba(0,0,0,0.1) 0 4px 8px 2px,rgba(0,0,0,0.3) 0 1px 2px;
    border-radius: 40px;
    background-color: #fbfbf1;
	scroll-margin-top: 80px;
}
div[id^="seminar"] .tab-content a {
    color: #A3570B;
}


@media only screen and (max-width: 639px) {
    .concept {
        font-size: 13px;
    }
    .concept_title {
        font-size: 22px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .onlineTitle {
        font-size: 32px;
    }
    .upperLink {
        display: none;
    }
    p {
        font-size: 16px;
    }
    .gokitai {
        font-size: 20px;
    }
    div[id^="seminar"] {
    padding: 10px;
    border: solid 3px rgba(240,234,179,1.00);
    box-shadow: rgba(0,0,0,0.1) 0 4px 8px 2px,rgba(0,0,0,0.3) 0 1px 2px;
    border-radius: 20px;
	scroll-margin-top: 140px;

}

}

.sns_youtube {
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #CF0609;
    font-size: 12px;
    color: #FFF !important;
}





/*概要*/
.outline th,
.outline td {
    padding: 15px;
    vertical-align: top;
}




.copy {
    font-size: 12px;
    color: #888;
}
.separator {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color:  var(--main-2021-color);
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 40px;
}



/*  申し込みフォーム／ボタン  */
.appBtnWrap {
    padding: 15px 5px;
    background-color: rgba(22,25,24,0.97);
    position: sticky !important;
    bottom: 0;
    box-shadow: rgba(0,0,0,0.45) 0 0px 2px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.app_wrap h2 {
    font-size:16px;
}
.app_wrap {
    padding: 15px;
    border: solid 4px var(--main-2021-color);
    border-radius: 15px;
}
.appBtnWrap .pageLink,
.appBtnWrap .pageLink:visited {
     color: #FFF;   
}


.appBtnWrap a.gotoApp {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 25px 61px 22px;
    line-height: 1px;
    background: #e7004f;
    border-radius: 50px;
    color: #000;
    transition:0.5s;
    font-weight: 600;
    white-space: nowrap;
    background: var(--main-2021-color);
}
.appBtnWrap a.gotoApp:hover {
    text-decoration: none;
    background: var(--main-2020-color);
    color: #FF0004;
}
@media (min-width: 1200px) {
    .appBtnWrap a.gotoApp {
        font-size: 16px;
        padding: 30px 80px 28px;
    }
}

.appBtnWrap {
    padding: 15px 5px;
    background-color: rgba(22,25,24,0.97);
    position: sticky;
    bottom: 0;
    box-shadow: rgba(0,0,0,0.45) 0 0px 2px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*ニュース*/
.news_list td {
    border-top: solid 1px #CCC;
    padding: 5px;
    vertical-align: top;
}
.news_list_date {
    width: 100px;
}
.news_list a,
.news_list a:visited{
    color: rgba(21,125,192,1.00);
}



/*タイムテーブル*/
    .timeTableWrap {
         overflow: auto;   
        box-shadow: rgba(0,0,0,0.3) 0 1px 1px, rgba(0,0,0,0.1) 0 3px 5px 2px;
        border-radius: 5px;
    }.timeTable {
        width:100%;
        min-width: 640px;
    }
    .timeTable th {
        text-align: left;
        font-size: 90%;
        background-color: var(--main-2021-color);
    }
    .timeTable th,
     .timeTable td{
        padding: 7px 5px;
        border: solid 1px rgba(224,224,224,1.00);
    }
     .timeTable tr:last-child td{
        border-bottom: none;
    }
    .timeTable tr > td:nth-of-type(1) {
        text-align: center;
        min-width: 60px;
        font-size: 14px;
    }  
    .timeTable tr > td:nth-of-type(2) {
        color: rgba(83,63,34,1.00);
        font-family: Helvetica, "sans-serif";
        min-width: 90px;
        font-size: 95%;
    }    
    .timeTable tr > td:nth-of-type(3) {
        font-weight: 600;
        font-size: 102%;
        min-width: 200px;
        line-height: 120%;
    }    
    .timeTable tr > td:nth-of-type(4) {
        line-height: 120%;
        font-size: 95%;
    }

    
    .sessuin_time {
        font-size: 18px;
    }


.seminar_content_wrap_all {
    padding: 0 0 60px;
    margin-top: 50px;
    background-color: #F4F4F4;
}


.seminar_content_wrap {
    padding: 5px;
    background-color: #F4F4F4;
    border-radius: 16px;
    margin-top: 100px;
    margin-bottom: 100px;

}
.seminar_content_wrap .seminar_content_wrap_inner >.text-center:nth-of-type(1){
   display: none;
}
.seminar_content_wrap:last-child {
    margin-bottom: 0px;
}


.seminar_content_wrap_inner {
    padding: 15px;
}

@media only screen and (min-width: 1400px) {
.seminar_content_wrap_inner {
    padding: 40px;
}
}
@media only screen and (max-width: 639px) {
.seminar_content_wrap_inner {
    padding: 10px;
}
}



.seminar_content h3{
    font-size:28px;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
}

.company_logo {
    margin-top: 20px;
    margin-bottom: 30px;
}
.company_logo a,
.company_logo a:visited{
    border: none;
}
.company_icon img,
.company_logo .company_icon a img,
.company_logo .company_icon a:visited img{
    padding: 25px;
    border: solid 1px #FFF;
    background: #FFF;
}
.company_icon > div{
    font-size: 13px;
    margin-top: 10px;
}

.tab-pane {
    width: 100%;
}

    .tab-content {
        padding: 25px;
        border: #dddddd solid 1px;
        border-top: 0px;
        display: flex;
        align-items: stretch;
        background-color: #FFF;
    }
    .tab-content h4 {
        font-size: 16px;
    }



    .parson_name {
        font-size: 16px;
        margin-bottom: 10px;
        color: #000;
    }
    div[id^="profile"] dt,
     div[id^="company"] dt{
        font-size: 13px;
        color: #333;
        display: block;
        margin-bottom: 5px;
        line-height: 130%;
    }
     div[id^="profile"] dd,
     div[id^="company"] dd{
        font-size: 13px;
        color: #6C6C6C;
    }

    div[id^="company"] dt{
        font-size: 14px;
    }
    

    p.profile_text {
        font-size: 13px;
        color: #6C6C6C;
    }
    h4.works {
        font-size: 13px;
        color: #000000;
        font-weight: bold;
    }

    .scedule_date {
        background: var(--main-2021-color);
        padding: 10px 20px;
        font-size: 26px;
        text-align: center;
        border-radius: 10px;
        position: sticky;
        top: 0;
        z-index: 99;
        box-shadow: rgba(0,0,0,0.2) 0 2px 3px 0, rgba(0,0,0,0.05) 0 2px 3px 2px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	z-index: 999;
    }
.scedule_date_wrap {
}
.scedule_date_link {
	padding: 10px;
	text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	
}
.scedule_date_link > a{
	display: inline-block;
	margin: 0 5px;
    font-weight: 700;
	font-size: 13px;
	color: #FFF;
	padding: 5px 15px;
	border: solid 1px rgba(255,255,255,0.8);
	border-radius: 100px;
}

    .scedule_date.day2 {
        background: #f6d600;
    }
    .scedule_date.day3 {
        background: #ffbe00;
    }


    .scedule_time {
        margin-top: 10px;
        font-size: 22px;
        border-bottom: dotted 4px #DDD;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .scedule_time:before {
       height: 6px;
        background: var(--main-2021-color);
        content: "";
        top:-10px;
        width: 100%;
        display: block;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    .scedule_time .badge-warning {
        font-size: 120%;
        margin-right: 15px;
    }










/* セミナーページ */


ul.sponsorship, ul.sponsorship li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
ul.sponsorship li {
    max-width: 220px;
    margin-bottom: 15px;
}



.too_banner img {
    border-radius:20px;
}
.videoBoxWrap {
margin: 0 auto;
box-shadow: 0px 2px 2px #000;
border: none;
} 
.videoBox {
box-shadow: #000 0 1px 3px;
}

.videoBox {
position: relative;
width: 100%;
height: 100%;
padding: 56.25% 0 0;
background-color: #FAFAFA;
margin: 0 0 0px;
}
.videoBox iframe, .videoBox div.jstream-eqPlayer {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (max-width: 639px) {
    .too_banner img {
        border-radius:20px;
    }
     .timeTable th,
     .timeTable td{
        padding: 2px;
    }

}

.session_box_title h4,
.session_box_title h4 {
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}
.session_box_title .parson_name {
    font-weight: 700;
	margin-right: 0.3rem;
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 0px;
}
.session_box_title div {
	margin-bottom: 3px;
}



.spec dt {
    font-weight: 600;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 0.7rem;
    border-radius: 10px;
    background-color: #EFEFEF;
    padding: 0.2rem 1rem;
}

.spec dd {
margin-bottom: 30px;

}




address {
    margin-top: 10px;
}

.spec_wrap address {
	font-size: 14px;
}


.spec_wrap dt {
	font-family: "新丸ゴ M", "Shin Maru Go Medium";
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0.7rem;
	border-radius: 10px;
	background-color: #EFEFEF;
	padding: 0.2rem 1rem;
}

.relatin_site {
	padding: 50px 10px;
	background-color: rgba(244,244,244,1.00);
}
.difficulty {
	clear: both;
}

p.caption  {
	font-size: 14px;
	margin-top: 16px;
}
