/*#breadcrumbs{
    top: 0;
    margin-top: 88px;
}*/
.tx-bold{
    font-weight: bold;
}
.page_title.page_title-bgnone{
    background: none;
}
.column-slickWrap{
    background-color: #333333;
}

.column-title{
    font-weight: bold;
    color: #FFFFFF;
}
.mb24{
    margin-bottom: 24px !important;
}
.mb64{
    margin-bottom: 64px !important;
}
.page_title { 
    margin-bottom: 2em;
    padding: 9em 0 0;
}
.main-img{
    padding-top:7em;
}
.main-img img{
    width: 100%;
    display: block;
}
#sec-h1title h1{
    font-size:1.2em;
    margin-bottom:0;
    line-height: 1.2;
}
#sec-h1title .sub_lead{
    margin-top:0.5em;
    line-height: 1.2;
}
section#sec-h1title{
    padding:20px 0;
}
.seminar-list-title
{color:#333;}
.category-select-content a:hover,a.column-slicklist:hover,a.seminar-list:hover{
    opacity: 0.7;
}
@media screen and (min-width: 47em){
.main-img{
    padding-top:6em;
}

    .column-slickContent{
        max-width: 1024px;
        width: 94%;
        padding: 64px 0;
        margin: 0 auto;
    }
    .column-title{
        font-size: 24px;
        line-height: 36px;
        margin-left: 10px;
        margin-bottom: 24px;
    }
    .column-slick-title{
        height: 72px;
    }
    .category-select-title{
        font-size: 16px;
        line-height: 27px;
    }
    .category-select-wrap{
        padding: 16px 10px 24px;
        margin-bottom: 25px;
    }

    .category-select{
        display: flex;
    }

    .category-select-flex{
        display: flex;
        align-items: center;
    }
    .category-select-flow{
        padding: 20px;
    }

    .category-select-flow-navi,.category-select-other{
        max-width: 225px;
        height: 110px;
        padding: 0 10px;
    }
    .category-select-flow-navi{
        font-size: 13px;
        line-height: 20px;
        float: left;
        padding-top: 24px;
        position: relative;
        margin: 0 40px 0 0;
    }
    .category-select-flow-navi:last-child{
        margin: 0;
    }
    .category-select-flow-navi:after{
        content: '';
        width: 17px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: -30px;
        background-image: url('/web/jp/asp/seminar/images/flow-icon.png');
        background-position: 0 50%;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    .category-select-flow-navi:last-child::after,.category-spflex .category-select-flow-navi:nth-child(3)::after{
        content: none;
    }
    .category-select-flow-navi-title{
        margin-bottom: 8px;
    }
    .category-select-other{
        font-size: 14px;
        line-height: 21px;
        padding-top: 45px;
        margin-top: auto;
        margin-left: 14px;
        margin-bottom: 22px;
        white-space: nowrap;
    }
    .category-select-content{
        max-width: 1024px;
        width: 94%;
        margin: 0 auto;
    }
    .seminar-list{
        max-width: 1024px;
        width: 94%;
        margin: 0 auto 25px;
        padding-bottom: 25px;
        display: flex;
    }
    .seminar-list-image{
        width: 300px;
    }
    .seminar-list-content{
        flex: 1;
        margin-left: 32px;
    }
    .seminar-list-title{
        margin-bottom: 16px;
        height: 48px;
    }
}
@media screen and (max-width: 47em){
    .column-slickContent{
        width: 80%;
        padding: 33px 0 33px;
        margin: 0 auto;
    }
    .column-title{
        font-size: 22px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 20px;
    }
    .category-select-title{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .category-select-wrap{
        padding: 26px 20px 24px;
        margin-bottom: 27px;
    }
    .category-select-flow-popular,.category-select-flow-text,.category-select-wrap .category-select-flow-navi-text{
        display: none;
    }
    .category-select-flow-navi,.category-select-other{
        height: 67px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .category-select-wrap .category-select-flow-navi{
        position: relative;
        margin-bottom: 32px;
    }
    .category-select-wrap .category-select-flow-navi:last-child{
        margin: 0;
    }
    .category-select-wrap .category-select-flow-navi:after{
        content: '';
        width: 17px;
        height: 28px;
        display: block;
        position: absolute;
        bottom: -32px;
        background-image: url('/web/jp/asp/seminar/images/flow-icon.png');
        background-position: 0 50%;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        pointer-events: none;
    }
    .category-select-wrap .category-select-flow-navi:last-child::after{
        content: none;
    }
    .category-select-wrap .category-select-other{
        margin: 18px 20px 0;
    }
    .category-select-flow{
        padding: 16px 16px 20px;
    }
    .category-select-flow-title{
        margin-bottom: 8px;
    }
    .seminar-list{
        margin: 0 20px 20px;
        padding-bottom: 20px;
    }
    .seminar-list-image{
        margin-bottom: 16px;
    }
    .seminar-list-title{
        margin-bottom: 8px;
    }
    .category-spflex{
        display: grid;
        grid-template-columns: 50% 50%;
        margin: 0 20px;
    }
    .category-spflex .category-select-flow-navi:nth-child(odd){
        margin-right: 4px;
    }
    .category-spflex .category-select-flow-navi:nth-child(even){
        margin-left: 4px;
    }
    .category-spflex .category-select-flow-navi{
        margin-top: 8px;
        display: flex;
        flex-direction: column;
    }
    .category-spflex .category-select-flow-navi-title{
        font-size: 14px;
        line-height: 21px;
    }
    .category-spflex .category-select-flow-navi-text{
        font-size: 12px;
        line-height: 18px;
    }
    .category-spflex .sp-only{
        display: inline;
    }
}
@media screen and (min-width: 65em){
.page_title { 
    margin-bottom: 2em;
    padding: 9em 0 0;
}
.main-img{
   /* background-color:#ccc; */
    display: block;
    margin-top:148px;
    padding-top:0;
    width:100%;
}
.main-img img{
    max-width: 800px;
    display: block;
    margin:0 auto;
}
#sec-h1title h1{
    font-size:1.8em;
}
#sec-h1title .sub_lead{
    margin-top:0.5em;
}
section#sec-h1title{
    padding:60px 0;
}
    .category-select-flow-navi,.category-select-other{
        width: 225px;
    }
}
.column-slickContent img{
    width: 100%;
}
.slick-slide {
    margin: 0 10px;
}
.column-slicklist{
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.column-slicklist-subcontent{
    padding: 8px 16px 16px;
    font-size: 14px;
    line-height: 21px;
    display: block;
}
.column-slickContent .slick-dots li button:before{
    font-size: 24px;
    margin-top: 20px;
}
.column-slickContent .slick-dots li.slick-active button:before,.column-slickContent .slick-dots li button:before{
    color: #FFFFFF;
}

.insyoku-navi,.revenueUp-navi{
    font-size: 14px;
    line-height: 21px;
    padding: 0 8px;
    margin-bottom: 8px;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.insyoku-navi{
    background-color: #01841E;
}
.revenueUp-navi{
    background-color: #807701;
}
.column-slick-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}

.column-slickContent .slick-prev{
    z-index: 1;
    top: 60px;
    left: -18px;
}

.column-slickContent .slick-prev:before {
  content: url("/web/jp/asp/seminar/images/arrow_left.png");
}

.column-slickContent .slick-prev:after {
  content: "";
}

.column-slickContent .slick-next{
    top: 60px;
    right: 40px;
}

.column-slickContent .slick-next:before {
  content: url("/web/jp/asp/seminar/images/arrow_right.png");
}

.column-slickContent .slick-next:after {
  content: "";
}

.category-select-wrap{
    background-color: #ECECEC;
}

.category-select-wrap .category-select-title{
    color: #164998;
}
.category-select-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.category-select-flow{
    border: 2px solid #57C666;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.category-select-flow-popular{
    padding: 2px 10px;
    background-color: #57C666;
    border-radius: 11px;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    margin-right: 8px;
    white-space: nowrap;
}
.category-select-flow-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.category-select-flow-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}
.category-select-flow-navi,.category-select-other{
    border-radius: 8px;
    border: 2px solid #2684E2;
    text-align: center;
    background-color: #FFFFFF;
    box-sizing: border-box;
    color: #222222;
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.16);
}
.category-select-other,.category-select-flow-navi-title{
    color: #2684E2;
}
.category-select-flow-navi-title{
    font-size: 18px;
    line-height: 27px;
}
.seminar-list{
    border-bottom: 1px solid #CCCCCC;
}
.seminar-list-image img{
    width: 100%;
}
.seminar-list-content{
    font-size: 14px;
    line-height: 21px;
}
.seminar-list-navi .seminar-navi,.seminar-list-navi .event-navi{
    margin-right: 8px;
}
.seminar-list-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
/*-----------------
 *メインビジュアルバナー　20210323追加
-----------------*/
.top_banner{
	display: none;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.top_banner{
		display: block;
		height: 70px;
		position: absolute;
		top: 7em;
		right: 2%;
		box-shadow: 4px 6px 10px rgba(0,0,0,0.6);
		background-color: #fff;
		transition : all 300ms;
		/*animation:move 600ms both;*/
		animation-delay:2s;
	}
	.top_banner a{
		display: block;
	}
	.top_banner:hover{
		box-shadow: 4px 6px 20px rgba(0,0,0,0.6);
		transition : all 300ms;
	}
	.top_banner:hover img{
		opacity: 0.85;
	}
}



/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.top_banner{
		right: 6%;
	}
	#sec-news li {
		margin-bottom: .75em;
	}
}

@keyframes move {
	0% {
		top: 29em;
	}
	50% {
		top: 28.5em;
	}
	100% {
		top: 29em;
	}
}

