@charset "utf-8";
.mainSection {
  background: #f5f5f5;
}
.pageTtl {
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, rgba(53,74,178,1) 1%,rgba(165,125,219,1) 100%,rgba(71,136,198,1) 100%);
}
.pageTtl .ttl, .pageTtl .leadTtl {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.pageTtl .ttl {
  font-size: 26px;
}
.anchorArea {
  background: #8397f8;
}
.anchorArea .anchorList {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.anchorArea .anchorList .anchorItem {
  display: inline-block;
  padding-right: 5px;
}
.anchorArea .anchorList .anchorItem a {
  position: relative;
  display: block;
  padding: 7px 34px 7px 14px;
  background: #fff;
  font-weight: bold;
  color: #8397f8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.anchorArea .anchorList .anchorItem a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #8397f8;
  border-bottom: 1px solid #8397f8;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mainCont {
  width: 1200px;
  margin: 30px auto 0;
  padding: 25px;
  background: #fff;
}
.mainCont .contTtl {
  padding: 4px 0 4px 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #354ab2;
}
.ttlType1 {
  padding-top: 30px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #354ab2;
  border-bottom: 2px solid #354ab2;
}

.tableType1, .tableType2 {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.tableType1 th, .tableType2 th {
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-top: none;
  background: #eceffb;
  white-space: nowrap;
}
.tableType2 th {
  background: #f7f7f7;
}
.tableType1 td, .tableType2 td {
  padding: 10px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.tableType2 td.date {
  white-space: nowrap;
}
.tableType2 td:last-child {
  width: 40%;
}
.tableType1 .num  List li {
  font-weight: bold;
}
.tableType1 .numList li dl {
  display: table;
  width: 100%;
}
.tableType1 .numList li dt,
.tableType1 .numList li dd {
  display: table-cell;
  vertical-align: top;
}
.tableType1 .numList li dt {
  width: 80px;
}
.tableType1 .numList li dd,
.tableType1 .textList li{
  font-weight: 500;
}
.tableType1 .textList li > p {
  display: inline-block;
  text-indent: 0;
}
.tableType1 .circleList {
  margin-bottom: 30px;
}
.tableType1 .circleList li::before {
  content: "\02022";
  width: 1em;
  margin-right: 0.5em;
}
.btnPDF {
  display: inline-block;
}
.btnPDF:hover {
  text-decoration: underline;
}
/* **************************** */
/* 勉強会PDFダウンロードボタン(div用)  */
/* **************************** */
.dlBox {
  width: 100px;
  margin: 0 0 0 0;
  padding: 0px;
  background: #b9e6eb;
  font-size: 14px;
  font-weight: bold;
}
.dlBox .dlBtnList li {
/*   margin-top: 10px; */
  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dlBox .dlBtnList li.btnDLpdf {background: #ec0000;}
.dlBox .dlBtnList li.btnDLpdf:hover {background: #ff4c4c;}

.dlBox .dlBtnList li a {
  display: block;
  padding: 5px 15px 5px 0px;
  color: #fff;
}
.dlBox .dlBtnList li.btnDLpdf a {background: url(../../es/img/icon_dl_pdf.png) no-repeat right center;}
/* **************************** */
/* 勉強会PDFダウンロードボタン(span用)  */
/* **************************** */
.dlSpan {
	display:inline-block;
	margin-left:30px;
 	background-color:#ec0000;
 	text-align: center;
}
.dlSpan:hover {
	background: #ff4c4c;
}
.dlBox a {
  display: block;
  padding: 5px 15px 5px 0px;
  color: #fff;
}
.dlBox a {background: url(../../es/img/icon_dl_pdf.png) no-repeat right center;}