@charset "utf-8";
/*-----------------------------------------------------
	style-new.css
	
	新入社員公開セミナーLP
------------------------------------------------------*/
/*共通スタイル*/
section {
  margin: 0 0 70px !important;
}
section#secOutline h2,section#secFeatures h2,
section#secVoice h2,section#secCurriculum h2{
  padding: 8px 20px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #606060;
}
span.fcOrg {
  color: #ff7a17;
}
/*お申し込みボタン*/
div.btnEntry a {
  width: 350px;
  margin: 30px auto;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  background: #ff7a17;
  display: block;
  text-align: center;
  text-decoration: none;
}
div.btnEntry a span.entryDate {
  font-size: 1.6rem;
}
div.btnEntry a hr.btnLine {
  width: calc(100% - 30px);
  height: 1px;
  margin: 3px auto;
  background-color: #fff;
  border: none;
  color: #fff;
}
/*お申し込み終了ボタン*/
div.btnEntry.btnEnd {
  width: 400px;
  margin: 30px auto;
  padding: 15px 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  background: #ccc;
  display: block;
  text-align: center;
  text-decoration: none;
}

/*メインビジュアル*/
section#secMainVisual h1 {
  margin: 0;
  padding: 0;
}
section#secMainVisual p.eventDate {
  margin: 0 0 15px;
  padding: 10px;
  background: #2283a7;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

/*概要*/
section#secOutline h2 {
  padding: 8px 40px;
}
section#secOutline div.skillBlock {
  margin: 30px 20px 70px;
  padding: 20px;
  background: #feffec;
}
section#secOutline div.skillBlock h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/*特徴*/
section#secFeatures h2 {
  padding: 8px 40px;
}
section#secFeatures dl {
  margin: 0 20px 50px;
}
section#secFeatures dl dt {
  margin-bottom: 10px;
  padding: 10px 0;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e567c;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px dotted #606060;
}

/*受講者の声*/
section#secVoice h2 {
  padding: 8px 40px;
}
section#secVoice dl.voice {
  margin: 0 30px 30px;
  display: flex;
  align-items: center;
}
section#secVoice dl.voice dt {
  padding-right: 20px;
  width: 100px;
}
section#secVoice dl.voice dd {
  width: calc(100% - 100px);
}

/*セミナー内容*/
section#secCurriculum {	
}
section#secCurriculum h2 {
  padding: 8px 40px;
}
section#secCurriculum div.curriculumBox {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
  flex-direction: column;
}
section#secCurriculum div.curriculumBox div.crclmTitle {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
	div.curriculumBox div.crclmTitle h3.h3Crclm {
		font-size: 1.6rem !important;
		font-weight: bold;
		color: #106AB2;
		margin: 0;
		padding: 0 ;
		position: relative;
		display: flex;
		align-items: baseline;
	}
  div.curriculumBox div.crclmTitle h3.h3Crclm span.titleNo + div {
    max-width: 330px;
    width: 100%;
    display: block;
  }
	div.curriculumBox div.crclmTitle h3.h3Crclm span.titleNo {
		font-size: 1.6rem;
		font-weight: bold;
		background: #106AB2; 
		color: #fff;
		margin: 0 10px 0 0;
		padding: 5px 10px;
		text-align: center;
		display: inline-block;		
	}
	div.curriculumBox ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top:0;
		right: 15px;
	}
	div.curriculumBox ul li {
		margin: 0;
	}
	div.curriculumBox dl {
		width: 100%;
		flex: 2;
		height: 100%;
		min-height: 0%;
		margin: 0;
		padding: 15px;
		background: #f7f7f7;
	}
	div.curriculumBox dl dt {
		margin: 0;
		padding: 0 0 5px;
		border-bottom: 1px dotted #666;
		font-weight: normal;
	}
	div.curriculumBox dl dd {
		margin: 0;
		padding: 10px 5px 0;
		font-size: 1.2rem;		
	}
	div.curriculumBox dl p {
		margin: 0;
		padding: 0;
		font-size: 1.2rem;		
	}
section#secCurriculum	div.privilege {
	background: #e9f6ff;
	padding: 15px;
}
	div.privilege h3.h3Privilege {
		font-size: 1.6rem !important;
		font-weight: bold;
		color: #106AB2;
		padding-bottom: 3px;
		border-bottom: 1px dotted #106AB2;
	}	
	div.privilege ul{
		list-style: disc;
		margin: 0 0 0 20px;
		padding: 0;
		list-style-position: outside;
	}
	div.privilege ul li{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
/*注意事項*/
section#secSeminarCaution h2 {
  border-top: none;
  border-bottom: none;
}
section#secSeminarCaution div.cautionBox {
	width: 100%;
	padding: 20px;
	border: 1px solid #CFCFCF;
}
	div.cautionBox ul{
		list-style: disc;
		list-style-position: outside;
		margin: 0 0 30px 20px;
		padding: 0;
	}
	div.cautionBox ul li p {
		margin: 0;
	}



/*PC画面調整*/
@media (max-width: 1300px) {
}
@media (max-width: 1250px) {
}
@media (max-width: 1000px) {
}
@media (max-width: 850px) {
}

/*-----------------------------------------------------
	For tablet
------------------------------------------------------*/
@media (max-width: 768px) {
  section#secMainVisual p.eventDate {
    font-size: 1.8rem;
  }
	
	
}

/*-----------------------------------------------------
	For sp
------------------------------------------------------*/
@media (max-width: 576px) {
  /*お申し込みボタン*/
  div.btnEntry a {
    width: 90%;
    margin: 30px auto;
    padding: 10px 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 8px;
    background: #ff7a17;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  div.btnEntry a span {
    font-size: 1.6rem;
  }
  /*お申し込み終了ボタン*/
  div.btnEntry.btnEnd {
    width: 90%;
    font-size: 1.8rem;
  }
  section#secMainVisual p.eventDate {
    font-size: 1.6rem;
  }
  
  section#secFeatures dl {
    margin: 0 0 50px;
  }
  /*セミナー内容*/
		div.curriculumBox div.crclmTitle h3.h3Crclm {
			align-items: center;
		}
		div.curriculumBox div.crclmTitle h3.h3Crclm span.titleNo {
			margin-top:auto	;
			display: flex;
			flex-direction: column;
			white-space: nowrap;
		}
		div.curriculumBox ul {
			margin: 0 0 -13px 0;
			padding: 0;
			position: relative;
			top:auto;
			right: auto;
			background: #F7F7F7;
			display: flex;
			justify-content: flex-end;
		}
		div.curriculumBox  ul li {
			margin: 0 0 0 5px;
		}
		div.curriculumBox dl {
			width: 100%;
			flex: 2;
			height: 100%;
			min-height: 0%;
			margin: 0;
			padding: 15px;
			background: #F7F7F7;
		}
		div.curriculumBox dl dt {
			margin: 0;
			padding: 0 0 5px;
			border-bottom: 1px dotted #666;
			font-weight: normal;
		}
		div.curriculumBox dl dd {
			margin: 0;
			padding: 10px 5px 0;
			font-size: 1.2rem;		
		}
  /*受講者の声*/
  section#secVoice dl.voice {
    margin: 0 0 30px;
    display:block;
  }
  section#secVoice dl.voice dt {
    text-align: center;
    width: 100%;
  }
  section#secVoice dl.voice dd {
    width: 100%;
  }
  /*注意事項*/
  section#secSeminarCaution h2 {
    text-align: left;
  }
	section#secSeminarCaution div.cautionBox {
		padding: 15px;
	}
		div.cautionBox ul{
			margin: 0 0 15px 15px;			
		}
}
