@charset "UTF-8";


/*
KV
-----------------------------------------------------------------------------*/
.hero-area-b {
    max-height: 260px;
    min-height: 260px;
    margin-top: 14px;
    background: #2906ab;
}
.hero-area-b .content {
    padding-top: 53px;
}
.hero-area-b .content .main-txt>* {
    background: none;
}
.hero-area-b .content .main-txt .p-titleSub {
    font-size: 3.4rem;
    padding-bottom: 10px;
    display: inline-block;
}
.hero-area-b .content .sub-txt>* {
    background: none;
	padding: 0 5px;
	font-weight: normal;
	color: #fff;
}
.hero-area-b .visual {
    overflow:hidden;
}
.hero-area-b .visual > div {
    width: 1600px;
    /* margin-left: -30%; */
    /* height: inherit; */
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-area-b .visual>img,
.hero-area-b .visual>a>img {
    width:100%;
    height: auto;
}

.hero-area-b .visual .pc-img {
	display: block;
}

.hero-area-b .visual .sp-img {
	display: none;
}

@media only screen and (max-width: 767px) {
    .hero-area-b {
        display: flex;
    	justify-content: center;
    }
    .hero-area-b .content {
        position:absolute;
		padding-top: 0;
    }
    .hero-area-b .content .content-inner {
        background:none;
        padding:0;
    }
    .hero-area-b .content .main-txt {
        display:flex;
	    flex-direction: column;
        justify-content:center;
        /*height:260px;*/
    }
    .hero-area-b .content .main-txt>* {
        color:#fff;
        font-size: 4rem;
        padding-left:16px;
    }
	.hero-area-b .content .sub-txt>* {
    	padding-left: 16px;
	}
}
@media only screen and (max-width: 480px) {
    .hero-area-b {
	    min-height: inherit;
	    max-height: inherit;
	    height: 100%;
	}
    /*.hero-area-b .content .main-txt {
        height:calc(430vw*100/767);
    }*/
    .hero-area-b .content .main-txt>* {
        font-size: 3.2rem;
    }
    .hero-area-b .visual > div {
	    width: 100%;
	    position: inherit;
	    right: inherit;
	    bottom: inherit;
	}
    .hero-area-b .visual {
	    overflow: inherit;
	    position: inherit;
	    max-height: inherit;
	    height: inherit;
	    left: inherit;
	    top: inherit;
	    min-height: inherit;
	}
    
    .hero-area-b .visual .pc-img {
    	display: none;
    }
    
    .hero-area-b .visual .sp-img {
    	display: block;
    }
}

/*
絞込み機能
-----------------------------------------------------------------------------*/
.p-narrowFunction {
    position:relative;
    margin-bottom:40px;
}
.p-narrowFunction .section-inner {
    padding-top:24px !important;
    padding-bottom:48px;
    background: url(/solutions/cloud/fjcloud/images/7935-14-FJ_SB_E2_T2_RGB.png);
    background-position:bottom right;
    background-size: cover;
    padding-right: 100px;
    padding-left: 100px;
}
/*
.p-narrowFunction::before {
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    background: url(/solutions/cloud/fjcloud/images/7935-14-FJ_SB_E2_T2_RGB.png);
    background-position:bottom right;
    background-size: cover;
    opacity:.7;
    z-index:-1;
}
*/
.p-narrowFunction.p-arrow::after {
    border-top-color: #40D063;
}

/*
アーカイブ動画
-----------------------------------------------------------------------------*/
.p-seminarMovie {
    background: url(/solutions/cloud/fjcloud/images/7935-14-FJ_SB_E5_T3_RGB.png);
}
.p-seminarMovie .section-inner {
    padding-top: 40px !important;
    padding-bottom: 48px;
}


/*
ピックアップ
-----------------------------------------------------------------------------*/
.section.pickup h2 {
	display: flex;
	align-items: center;
}
.section.pickup h2 span {
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
.section.pickup h2 {
	display: block;
}
}
.p-narrowFuncResult .p-fjcLinkBox_m .title,
.pickup .p-fjcLinkBox_m .title {
	font-size:1.8rem;
}

/*
ページ上部・インフォ
-----------------------------------------------------------------------------*/
.section.info .lyt-idx-b>* a {
	pointer-events: none;
	border: solid 2px;
}
.section.info .lyt-idx-b li:nth-of-type(1) a {
	border-color: #2400B0;
}
.section.info .lyt-idx-b li:nth-of-type(2) a {
	border-color: #FFE700;
}
.section.info .lyt-idx-b .text-box::before {
	display: none;
}
.section.info .lyt-idx-b .text-box.diff-type-b {
    padding: 24px;
}
.section.info .lyt-idx-b .text-box.diff-type-b .title {
    font-size: 2rem;
}
.section.info .lyt-idx-b .visual {
	display: none;
}
.section.info .c-list-article-a__label.ondemand {
	margin-bottom: 0;
}
.section.info .c-list-article-a__label.online {
	margin-bottom: 0;
}
.section.info .lyt-idx-b .text-box .desc {
	font-size: 1.6rem;
}
