﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    seminar css
------------------------------------------------------------*/  
.note {
  font-size: 120%;
  line-height: 1.6;
  text-align: center;

  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f9f9f9;

  width: fit-content;       /* 内容に合わせた幅 */
  margin: 20px auto;        /* ← ここが中央配置のキー！ */
}

.note a {
  color: #0083FF;        /* 通常時のリンクの色 */
  font-size: 105%;       /* フォントサイズ（必要に応じて調整） */

}

.note a:hover {
  color: #0083FF;         /* ホバー時に色が変わる */
  text-decoration: underline;  /* 必要なら下線あり */
}


#sortArea{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #EAEAEA;
}

#sortArea li{
	width:calc(25% - 15px);
	height:60px;
}

#sortArea a{
	display:table-cell;
	vertical-align:middle;
	width:300px;
	height:60px;
	text-align:center;
	line-height:1.4;
	background:#3A4C60;
	color:#fff;
	font-size:134%;
	font-weight:bold;
	border-radius:5px;
}

#sortArea a:hover,
#sortArea .selected{ background:#1CBB9B;}

/* column */

.column{
	padding:30px 0;
	border-bottom:1px solid #EAEAEA;
}

.cate{
	display:table-cell;
	vertical-align:top;
	width:70px;
	padding-right:15px;
}

.cate span{
	display:block;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	background:#3598DC;
}
.cate1 .cate span{ background:#E84C3D;}
.cate4 .cate span{ background:#FF9500;}



.evTtl{
	display:table-cell;
	vertical-align:middle;
	width:calc(100% - 85px);
	color:#3A4C60;
	font-size:140%;
	font-weight:bold;
	line-height:1.2;
}

.mainInfo{
	width:calc(100% - 310px);
	border-top:4px solid #0083FF;
	padding-top:20px;
}

.subInfo{ width:270px;}

.text01{
	font-size:117%;
	color:#394C5F;
}

.evInfo{
	width:auto;
	padding:15px;
	border-radius:5px;
	margin-top:15px;
	background:#F5F7F9;
}

.infoTbl th{
	width:60px;
	padding:5px 0;
}

.infoTbl th span{
	display:block;
	width:60px;
	height:26px;
	text-align:center;
	line-height:26px;
	background:#9CA5AF;
	color:#fff;
}

.infoTbl td{
	font-size:117%;
	padding:5px 15px;
}

.entry{
	border-top:1px solid #EAEAEA;
	padding-top:20px;
	margin-top:19px;
}

.entryBtn{
	width:250px;
	height:50px;
	font-size:150%;
	text-align:center;
	line-height:50px;
	background:#ccc;
	color:#fff;
	border-radius:5px;
}

.entryBtn a{
	display:block;
	width:100%;
	height:100%;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	background:#3A4C60;
	border-radius:5px;
	transition:all 0.2s ease-out;
}

.entryBtn a:hover{ background:#0083ff;}

.contact{
	font-size:100%;
	font-style:normal;
}

.entryBtn + .contact{ width:calc(100% - 270px);}

.pdfBtn{
	width:270px;
	height:65px;
	margin-top:20px;
}

.pdfBtn a{
	display:block;
	width:100%;
	height:50px;
	padding-top:15px;
	line-height:50px;
	background:url(../img/pdfBtnBg.png) no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:134%;
	text-indent:30px;
}

/* 終了したイベント・セミナー */

#fin{
	padding-top:30px;
	position:relative;
}

#fin:before{
	display:block;
	content:"";
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}

#finTtl{
	height:60px;
	padding:0;
	background:#1CBB9B;
	border-radius:5px;
}

#finTtl h2{
	line-height:60px;
	color:#fff;
	font-size:175%;
	padding-left:20px;
	font-weight:bold;
}

#year{
	display:block;
	width:120px;
	height:30px;
	margin-top:15px;
	padding-left:10px;
	margin-right:20px;
}

.pdf{
	width:100%;
	max-width:450px;
	height:60px;
	margin-top:30px;
}

.pdf + .pdf{ margin-top:15px;}

.pdf.boshu{
	width:200px;
	margin-top:30px;
}

.pdf.guide{
	width:320px;
	margin-top:20px;
}

.pdf a{
	display:table-cell;
	vertical-align:middle;
	width:380px;
	height:60px;
	padding:0 50px 0 15px;
	border-radius:5px;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	position:relative;
	box-sizing:border-box;
	background:#9CA5AF url(../img/icon-pdf.png) no-repeat right 10px bottom 0;
	background-size:48px 51px;
}

.pdf a span{
	display:block;
	font-size:92%;
	font-weight:bold;
	line-height:1.3;
}

.pdf.xls a{ background-image:url(../img/icon-xls.png);}
.pdf.word a{ background-image:url(../img/icon-word.png);}

#pdfReader{
	width:100%;
	margin-top:50px;
}

#pdfReader dt{
	display:inline-block;
	vertical-align:middle;
	width:216px;
	margin-right:20px;
}

#pdfReader dd{
	display:inline-block;
	vertical-align:middle;
	font-size:117%;
	line-height:1.5;
}

#pdfReader dd a{
	color:#1BBA9A;
	font-weight:bold;
}


.list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	   -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}



@media screen and (max-width: 768px) {

  .contact {
    margin-top: 20px;
  }

  #sortArea li {
    width: 100%;
    margin-bottom: 10px;
  }

  #sortArea a {
    width: 100%;
    font-size: 120%;
  }

  .column {
    display: block;
    padding: 20px 0;
  }

  .cate,
  .evTtl {
    display: block;
    width: 100%;
  }

  .cate {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .mainInfo {
    width: 100%;
    padding-top: 15px;
  }

  .subInfo {
    width: 100%;
    margin-top: 20px;
  }

  .entryBtn,
  .entryBtn + .contact {
    width: 100%;
  }

  .pdfBtn {
    width: 100%;
  }

  .pdf a {
    width: 100%;
    padding: 0 15px;
    font-size: 110%;
    background-size: 36px 40px;
    background-position: right 10px center;
  }

  #pdfReader dt,
  #pdfReader dd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .list {
    flex-direction: column;
  }

}
