@charset "utf-8";
/* CSS Document */
/* 20180313 作成　ver.1.0.0 */

/*-------------------
製品ページ　契約書セミナー一覧ページ用CSS
/contract/seminar/index.asp
-------------------*/
#contract {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: .85;
	cursor : pointer;
}
#btn_Pagetop {
    z-index: 3;
}


/*-----------------
 *ページタイトル
-----------------*/
#contract .page_title {
    padding: 8em 0 0 0;
}
#contract .page_title h1 {
    margin-bottom: 60px;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5em;
    text-align: center;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#contract .page_title h1 {
        font-size: 2em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
    #contract .page_title {
        padding: 11em 0 0 0;
    }
}


/*-----------------
 *sec-list
-----------------*/
#sec-list {
	padding: 60px 0 45px;
	background-color: #fff7f9;
}
#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;
}
#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(148,76,130,.5); 
}
#sec-list .seminar_content {
    width: 100%;
    height: 198px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#sec-list .list li figure.img {
    width: 100%;
    height: auto;
    min-height: 198px;    
    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;
    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;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
#sec-list .list li .tx span.seminar_open {
    background-color: #9b4f88;
}
#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;
}

/* タブレット縦サイズ 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%;
    }
}
