
/*-------------------
セミナー一覧ページ用CSS
/seminar/index.asp
-------------------*/
h1 {
    font-size: 1.7em;
	line-height: 1.4;	
    font-weight: bold;
    margin: 0 0 .4em 0;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.75em;
	text-align: center;
}
h3 {
	font-size: 1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    h1 {
        font-size: 2.375em;
    	margin-bottom: .5em;
    }
}


/*-----------------
 *pege title
-----------------*/
.page_title { 
	margin-bottom: 4em;
	padding: 8em 0 2em;
	background: linear-gradient(#edf7fc,#d6ecf8);
    text-align: center;
}
.page_title h1 span {
	padding-bottom: 0.1em;
	font-size: 2.375em;
	font-weight: bold;
	display: block;
	text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10em 0 2em;
	}
}


/*-----------------
 *sec-list
-----------------*/
#sec-list {
	padding: 0px 0 45px;
}
#sec-list .list li {
    margin: 0 0 16px;
    width: 100%;
    list-style: none;
    position: relative;
}
#sec-list .afte_end, #sec-list .list li a {
    width: 100%;
/*    height: 198px;*/
    height: 230px;
}
#sec-list .list li a {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: box-shadow .2s ease-in-out; 
    transition: box-shadow .2s ease-in-out; 
    border-radius: 6px; 
}
#sec-list .list li a:hover { 
    box-shadow: 0 3px 13.5px 1.5px rgba(45,103,163,.5); 
}
#sec-list .seminar_content {
    width: 100%;
/*    height: 198px;*/
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#sec-list .list li figure.img {
    width: 100%;
    height: auto;
/*    height: 198px;*/
    height: 230px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}
#sec-list .list li figure.img::before {
    background-color: rgba(255,255,255,.7);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
#sec-list .list li .tx {
/*    padding: 30px 25px 25px;*/
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
#sec-list .list li .tx .flag {
    margin-bottom: 16px;
    padding: 6px 12px;
/*    font-size: 14px;*/
    font-size: 12px;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
#sec-list .list li .tx span.seminar_open {
    background-color: #2d67a3;
}
#sec-list .list li .tx span.seminar_close {
    background-color: #4d494c;
}
#sec-list .list li .tx span.seminar_reminder {
    background-color: #F64545;
}
#sec-list .list li .tx .ttl {
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 0 12px rgba(255,255,255,.5);
}
#sec-list .list li .tx .place_date {
    font-size: 14px;
    text-shadow: 0 0 12px rgba(255,255,255,.5);
    position: absolute;
    bottom: 20px;
}

#sec-list .list li .tx .organizers{
    margin-bottom: 16px;

/*
    padding: 3px 12px;
    background-color:#ccc;*/
}
#sec-list .list li .tx .organizers span{
    font-size:11px;
    font-weight:700;
    line-height: 1.2;
    padding-right:0.5em;
/*    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10em;
    display: inline-block;*/
}
#sec-list .list li .tx .organizers span:after{
	content:" x ";
	color:#999;
}
#sec-list .list li .tx .organizers span:last-child:after{
	content:"";
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-list .list li {
        margin: 0 1% 16px;
        width: 47.5%;
        display: inline-block;
    }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-list .list li {
        margin: 0 1% 16px;
        width: 30.5%;
    }
}

/*-----------------
 *資料請求
-----------------*/
#sec-purpose {
    padding: 3.5em 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose h2 {
	line-height: 1.4;
}
#sec-purpose p {
    padding-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}
#sec-purpose p.bold-tx{
    font-size: 1.25em;
}
#sec-purpose p.normal-tx {
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 1em;
    text-shadow: 2px 2px 8px #fff;
}
.cnv_btn {
	margin: 0 auto;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-purpose p {
        font-size: 1em;
    }
}

