@charset "utf-8";
/* CSS Document */

.pc_del{display: none;}

   /* 基本 */
.seminar{
    width: 100%;
    padding: 40px 30px 0;
    margin-top: 50px;
    margin-bottom: 40px;
    box-sizing: border-box;
    font-feature-settings : "palt";
   }

   .seminar h2{
    color: #0095d9;
    font-size: 1.6rem;
    margin-bottom: 10px;
   }

   .seminar h2 + p{
    margin-bottom: 20px;
}

   .seminar h3{
    font-weight: bold;
    margin-bottom: 10px;
}
   .seminar h4{
    font-weight: bold;
}

.seminar .tag{
    background-color: #0095d9;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    width: 40%;
    padding: 2px;
    margin-bottom: 10px;
}

/* 日時 */

.seminar .place {margin-bottom: 10px;}

.seminar .place dt{
    margin-right: 10px;
    font-weight: bold;
}

.seminar .mb30{ margin-bottom: 30px;}

/* 講演内容 */

.seminar table {
	width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.seminar table th,
.seminar table td {
	padding: 10px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.seminar table td {
    text-align: left;
    display: block;
}


.seminar table th {
    background: #f4f8f9;
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.seminar table tr {display: block;}

.seminar table tr:last-child td:last-child{ border-bottom: 1px solid #ccc;}



/* 詳細 */
.entry{ margin-bottom: 50px;}

.entry li:not(:last-child){margin-bottom: 20px;}


/* 詳細のpdfボタン */
.seminar a.link_pdf{
background-color: #0095d9;
border-radius: 6px;
color: #fff;
display: block;
padding: 10px;
text-align: center;
text-decoration-style: solid;
}

a.link_pdf .icon_brank{
background:url(../images/icon_brank.png) no-repeat;
background-size: 100%;
margin-right: 10px;
padding-left: 16px
}

.seminar a.link_pdf:hover{ opacity: .8;}


/* 後援 */
.seminar .host{ margin-bottom: 20px;}

.seminar .host dt{ margin-right: 5px;}

.seminar .mb80{margin-bottom: 80px;}

.seminar .mb100{margin-bottom: 100px;}


/* セミナーの時間割 */

.seminar .timeline:not(:last-of-type){
    margin-bottom: 30px;
}

.seminar .timeline dt{
    font-weight: bold;
}

.seminar .fream_timeline{
    background-color: #f4f8f9;
    padding: 20px;
}

/* 外部リンク */
.seminar .link_brank{
    text-decoration: underline;
}

.seminar .link_brank::after{
    content: "";
    background: url(../images/icon_brank_bk.svg)no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0 .7rem;
    margin-left: 5px;}

    .seminar  .texlink{
        text-decoration: underline;
    }

    .seminar .subttl{
        margin-bottom: 0;
    }

/* 動画視聴ページへ遷移 */
.move_fl{
    display: block;
}
.movelink{
    border:1px solid #0095d9;
    display: block;
    text-align: center;
    padding: 10px 50px 10px 30px;
    font-weight: bold;
    transition: all .3s;
    margin-left: 0;
    margin-top: 20px;
}
.movelink  p{
    position: relative;
  }
.movelink p::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0095d9;
    border-right: 2px solid #0095d9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top:28%;
    right: -20px;
}
/* time-schedule 1-2 */
.entry-small{
    font-size: 1.4rem;
}
.entry-span{
    font-weight: bold;
}
.entry-span span{
    display: inline-block;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0095d9;
    line-height: 1;
    border: solid 1px #0095d9;
    padding: 8px 10px 5px 10px;
    margin: 10px 0;
}
.time-schedule-zoom{
    text-align: center;
    margin-bottom: 40px;
}
.time-schedule-zoom a{ 
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #f7b63d;
    text-decoration: none !important;
    vertical-align: middle;
    border-radius: 6px;
    color: #fff;
    display:block;
    text-align: center;
    padding: 10px;
}

.time-schedule-dj{
    text-align: right;
    margin-bottom: 10px;
}
.time-schedule {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
}
.time-schedule dt {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #f4f8f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.time-schedule dd {
    font-weight: bold;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.time-schedule dd p {
    font-weight: normal;
}