/*====================================

    index-css uwagaki

====================================*/
.h-gnav{
	background: #0a1b4f;
}
.main-visual-nomal{
	height: auto;
background: rgb(25,38,79); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(25,38,79) 0%, rgb(29,44,91) 50%, rgb(0,0,0) 100%);
background: -webkit-linear-gradient(-45deg, rgb(25,38,79) 0%,rgb(29,44,91) 50%,rgb(0,0,0) 100%); 
background: linear-gradient(135deg, rgb(25,38,79) 0%,rgb(29,44,91) 50%,rgb(0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19264f', endColorstr='#000000',GradientType=1 );
}
.main-visual-nomal img {
        margin-top: 60px;
        width: 100%;
}
.box-inner a {
    text-decoration: none;
}
.ttl-h2{
	font-weight: 900;
	padding-bottom: 72px;
	margin-bottom: 0;
	text-align: center;
	font-size:3.2rem;
    font-family: 'YakuHanJP', 'Noto','游ゴシック','YuGothic','メイリオ','Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    color: #121212;
}
.ttl-h2_sub{
	text-align: center;
		margin-bottom: 72px;
}


.oh-shadow{
	padding: 10px 0;
	display: block;
background: transparent;
}
.hover .oh-shadow:hover {
    background: transparent;
}

.label {
    background-color: #333333;
    text-align: center;
    font-size: 1.3rem;
}
.label-orange{
	background: #ec5800;
}
.label-blue{
	background: #002265;
}

.box-common{
	background: #fff;
	margin-bottom: 0;
}
 @media screen and (max-width: 767px) {
 .main-visual-nomal {
   padding: 0;
}
.main-visual-nomal img {
        margin-top: 90px;
}
 .main-visual-nomal .cont-inner{
	padding: 0;
}
.ttl-h2{
	padding-bottom: 32px;
	font-size:2.0rem;
}
.ttl-h2_sub{
		margin-bottom: 32px;
}
#breadcrumbs {
    z-index: 10;
}
}


/************** toggle **************/
.js-toggle {
    display : block;
}
/*====================================

    secBottom

====================================*/
.secBottom{
	margin-bottom: 40px;
}
/*====================================

    box-radius

====================================*/
.box-radius {
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.box-radius-ttl {
	font-size : 2.4rem;
	padding : 12px 30px;
	color : #fff;
	border-radius: 1px 1px 0px 0px;
letter-spacing: 1px;
	text-align: center;
}
.box-inner{
	padding: 20px 30px;
	line-height: 1.9;
	background: #fff;
}
.box-radius .box-inner{
	border-radius:  0px 0px 10px 10px;
}
.box-red {
	background-color: #e9291c;
		border:3px solid #e9291c;
}
.box-orange {
	background-color: #ff6000;
		border:3px solid #ff6000;
}
.box-green {
	background-color: #21c862;
		border:3px solid #21c862;
}
.box-blue {
	background-color: #0152fd;
		border : 3px solid #0152fd;
}
 @media screen and (max-width: 767px) {
    .box-radius-ttl {
        font-size : 2.0rem;
        font-weight: 900;
    }
    .box-inner {
        padding : 30px 10px;
    }
}

/*====================================

    box-secondary

====================================*/
.box-secondary{
	border:3px solid #e1e5f0;
}



/*====================================

    list-btnArea

====================================*/

 @media screen and (max-width: 1048px) {
    .list-btnArea .box-radius {
        max-width : 260px;
        margin : 0 auto;
    }
    .list-btnArea.list-sm-3 {
        overflow : hidden;
        width : calc(60% + 20px);
                margin : 0 auto;
    }
    .list-btnArea.list-sm-3 > li {
        width : calc(50% - 20px);
        margin-right : 20px;
        margin-bottom : 20px;
    }
    .list-btnArea.list-sm-3 > li:nth-child(4n) {
        margin-right : 0;
    }
}

 @media screen and (max-width: 868px) {
    .list-btnArea .box-radius {
        max-width : 260px;
        margin : 0 auto;
    }
    .list-btnArea.list-sm-3 {
        overflow : hidden;
        width : calc(100% + 20px);
        margin : 0 auto;
    }
    .list-btnArea.list-sm-3 > li {
        width : calc(100% - 20px);
        margin-right : 20px;
        margin-bottom : 20px;
    }
    .list-btnArea.list-sm-3 > li:nth-child(4n) {
        margin-right : 0;
    }

    .list-btnArea .box-radius .box-inner {
        padding : 16px 30px;
    }
}





/*====================================

    date

====================================*/
.date {
	letter-spacing: 1px;
	text-align: center;
	color: #121212;
}
.date .em {
	font-weight: 900;
	font-size: 4.0rem;
	margin: 0 5px; 
}
 @media screen and (max-width: 767px) {
.date .em {
line-height: 1;
}
}
/*====================================

    ttl-main

====================================*/
.ttl-main{
font-size: 3.2rem;
color: #121212;
font-weight: 900;
border-top:1px solid #121212;
border-bottom:1px solid #121212;
padding: 72px 0;
}
.ttl-main .em{
font-size: 4.8rem;
margin: 32px 0;
}
 @media screen and (max-width: 767px) {
    .ttl-main {
        font-size : 2.0rem;
        padding : 32px 0;
    }
    .ttl-main .em {
        font-size : 2.8rem;
        margin : 24px 0;
    }
}

/*====================================

    list-detail

====================================*/
.list-detail li {
	display:         flex;
	display: -ms-flexbox;
	display: -webkit-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 16px;
}
.list-detail li.ai-start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.list-detail li:last-child{
	margin-bottom: 0;
}
.list-detail .label {
	width: 64px;
	margin-right: 48px;
	padding: 0 10px;
	margin-bottom: 0;
}
.list-detail .item {
	font-weight: 500;
	letter-spacing: 1.6px;
}
 @media screen and (max-width: 767px) {
.list-detail li {

               flex-direction : column;
        -webkit-flex-direction : column;
            -ms-flex-direction : column;
           	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.list-detail li .item{
	margin-left: 20px;
}
}
/*====================================

    list-cardB

====================================*/
.list-cardB li {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	background-color: #f3f6fb;
}
.list-cardB .ttl {
	width: 20%;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #1e2c5b;
}
.list-cardB .item{
	width: 100%;
	padding: 0px 20px;
	background-color: #f3f6fb;
	font-weight: 500;
	letter-spacing: 1px;
}
.list-cardB .notes-mark{
	margin-bottom: 0;
}
 @media screen and (max-width: 767px) {
    .list-cardB li {
                flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;
    }
    .list-cardB .ttl {
        width : 100%;
        padding: 5px;
    }
    .list-cardB .item {
        padding : 20px;
    }
}

/* =====================
  list-row
===================== */
.list-row{
	display:         flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	overflow: hidden;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.list-row li{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.list-row li{
		margin-bottom: 15px;
	}
}

/* =====================
  list-sm-3 
===================== */
@media screen and (min-width: 767px) {
	.list-sm-3 {
		width: calc(100% + 20px);
		overflow: hidden;
	}
	.list-sm-3 > li {
		width: calc(25% - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.list-sm-3 > li:nth-child(4n) {
		margin-right: 0;
	}
}
/* =====================
  list-sm-4 
===================== */
@media screen and (min-width: 767px) {
	.list-sm-4 {
		width: calc(100% + 20px);
		overflow: hidden;
	}
	.list-sm-4 > li {
		width: calc(33.333333% - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.list-sm-4 > li:nth-child(3n) {
		margin-right: 0;
	}
}
/* =====================
  list-sm-6
===================== */
.list-sm-6 > li {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.list-sm-6 {
		width: calc(100% + 30px);
	}
	.list-sm-6 > li {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-bottom: 30px;
		position: relative;
	}
	.list-sm-6 > li:nth-child(even) {
		margin-right: 0;
	}
	.list-sm-6 > :nth-last-child(-n+2){
		margin-bottom: 0;
	}
}
/* =====================
  list-md-6
===================== */
.list-md-6 > li {
	margin-bottom: 20px;
}
@media screen and (min-width: 929px) {
	.list-md-6 {
		width: calc(100% + 30px);
	}
	.list-md-6 > li {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-bottom: 30px;
		position: relative;
	}
	.list-md-6 > li:nth-child(even) {
		margin-right: 0;
	}
	.list-md-6 > :nth-last-child(-n+2){
		margin-bottom: 0;
	}
}
/* =====================
  bg
===================== */
.bg_01{
	background:url(../img/seminar_nikkeibp_bg_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bg_02{
	background:url(../img/seminar_nikkeibp_bg_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bg_03{
	background:url(../img/seminar_nikkeibp_bg_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.bg_01{
	background:url(../img/seminar_nikkeibp_bg_01_sp.jpg);
	background-size: cover;
}
.bg_02{
	background:url(../img/seminar_nikkeibp_bg_02_sp.jpg);
	background-size: contain;
}
.bg_03{
	background:url(../img/seminar_nikkeibp_bg_02_sp.jpg);
	background-size: contain;
}
}
/*====================================

    cvArea

====================================*/
.cvArea{
	padding: 86px 0;
}
.cvArea .ttl-h2{
	color: #fff;
}
.cvArea .ttl-h2_sub{
	color:#fff;
}
.cvArea-caution{
	color: #fff;
	text-align: right;
}
@media screen and (max-width: 767px) {
.cvArea{
	padding: 24px 0;
}
}
/*====================================

    sponsored

====================================*/
.sponsored .name{
font-size:2.2rem;
font-weight: 500;
margin-right: 56px;
}
.sponsored .row{
	width: 80%;
	margin: 0 auto;
}
.sponsored .col-sm-5 , .sponsored .col-sm-7{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
 @media screen and (max-width: 767px) {
 .sponsored .name{
font-size:1.8rem;
margin-right: 20px;
width: 20%;
}
.sponsored .row{
	width: 100%;
}
.sponsored .row>[class^=col-] img{
	width: 70%;
 }
}


/*====================================

    program

====================================*/
.program{
	letter-spacing: 1px;
	font-weight: 500;
}
.program > li{
	margin-bottom: 72px;
}
.lecture{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e5f0;
    padding-bottom: 16px;
    margin-bottom: 40px;
}
.lecture .time{
font-size: 2.0rem;
width: 200px;
}
.lecture .ttl{
font-size: 2.4rem;
}
.program .item{
	margin-left: 200px;
}
.program .item .label{
	margin-right: 20px;
	padding: 5px 10px;
}
.ttl-lecture{
	font-weight: 900;
	font-size: 2.8rem;
	color: #121212;
	padding: 20px 0;
	letter-spacing: 2px;
}
.ttl-lecture .sub{
	font-size: 1.6rem;
}
.program .box-common-em{
	background: #f4f7fc;
}
.program .item .name{
	font-size: 3.2rem;
	font-weight: 900;
	color: #121212;
}
.program .item .name .sub{
	font-size: 1.8rem;
}
.profile{
	    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
                flex-direction : column;
        -webkit-flex-direction : column;
            -ms-flex-direction : column;
}
.profile .article{
	margin-top: auto;
}
.program .item .profile-sizeS .name{
	font-size: 2.4rem;
}
.list-organizer li{
   display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



@media screen and (max-width: 767px) {
	.lecture .time{
font-size: 1.4rem;
width: auto;
margin-right: 10px;
}
.program .item{
	margin-left: 0;
}
.profile .article {
    margin-top: 30px;
}
.program .box-common-em{
    padding: 20px 10px;
}
.list-organizer li{
		-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
                flex-direction : column;
        -webkit-flex-direction : column;
            -ms-flex-direction : column;
            margin-bottom: 20px;
}
.list-organizer li:last-child{
	margin-bottom: 0;
}
.ttl-lecture{
	font-size: 2.0rem;
}
.ttl-lecture .sub{
	font-size: 1.4rem;
	display: block;
}
.program .item .name{
	font-size: 2.0rem;
}
.profilePic{
	width: 100%;
	max-width: 80%;
}
.program .secBottom{
	margin-bottom: 20px;
}
}

/*====================================

    telArea

====================================*/
.telArea .box-inner{
    padding: 40px 30px;
}
.telArea .ttl-h2{
	border-bottom: 1px solid #e1e5f0;
	padding-bottom: 40px;
}
.info{
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1px;
	font-weight: 500;
}
.info .company{
	margin-bottom: 20px;
}
.info .telNum{
    font-family: 'YakuHanJP', 'Noto','游ゴシック','YuGothic','メイリオ','Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 5.0rem;
	font-weight: 900;
	color: #1e2c5b;
	border-bottom: none;
	line-height: 1.2;
	letter-spacing: 2px;
	position: relative;
}
.info .telNum:before{
	content: "\e902";
    font-family: 'icon';
    font-size: 4.0rem;
}
.info .time{
	font-size: 2.0rem;
}


@media screen and (max-width: 767px) {
.info .telNum{
	font-size: 2.4rem;
}
.info .telNum:before{
    font-size: 1.6rem;
}
.info .time{
	font-size: 1.3rem;
}
}



/*====================================

    終了

====================================*/

.box-end {
    position: relative;
    border: 3px solid #b4b4b4;
    background-color: #b4b4b4;
}
.box-end:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 10px;
    background: rgba(0,0,0,.3);
    z-index: 2;
}
.box-end .list-detail {
    opacity: .8;
}

.txtEnd {
    font-size: 2.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    z-index: 3;
    font-weight: 700;
    letter-spacing: 2px;
    background: #e9291c;
    padding: 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}