@charset "UTF-8";


/* visualBlock
------------------------------------------------------------------------------- */
#visualBlock_seminar {
	background-image: url("/business/silver/seminar/nk_2022_dx/images/bg.png");
}
.visualBlock_seminar_inner{
	text-align:center;
	padding:50px 0 100px;
}

/* 詳細
------------------------------------------------------------------------------- */
.bold{font-weight:bold;}
.sponser_img{
	text-align:center;
	margin-bottom:50px;	
}
.sponser{
	font-weight:bold;
	text-align:center;
	margin:10px 0 70px;
	font-size:16px;
}
#detail{
	margin-bottom:50px;
}
#detail dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
	align-items: center;
}
#detail dt{
	width:20%;
	margin-bottom:10px;
	padding:9px;	
	font-size:132%;
	border:1px solid #ccc;
	text-align:center;
	box-sizing: border-box
}
#detail dd{
		width:78%;
		margin-bottom:10px;
		padding:10px;
		font-size:132%;
		box-sizing: border-box;
}
#detail dd.imp{
	font-size:186%;
	font-weight:bold
}

#detail .bgBox{
	background:#efefef;
	margin-bottom:30px;
	padding:20px;
}


#instructor{
	margin: 125px 0 50px;
}
#instructor img{
	max-width:100%;
	height:auto;
}
#instructor .slvrHeading03{
	margin:40px 0 20px 0;
}
#instructor .slvrHeading03 span{
	font-size:80%;
	border:1px solid #333;
	margin-right:10px;
	padding:5px 10px;
	display:inline-block;
}
#instructor .listBox {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;	
}
#instructor .listBox .listBox_col {width:80%;	}
#instructor .listBox .listBox_col:last-child {width:15%;}
#instructor .listBox .listBox_col h4{margin-top:0;}
.indent{
	
}


/* btn
------------------------------------------------------------------------------- */
div.btn {
	margin:80px 10px 20px;
	text-align:center;
}
div.btn a,
div.btn p{
	width:100%;
	margin:0 auto;
	max-width:600px;
	min-width:250px;
	padding:20px 10px;
	background-color:#d40f0f;
	font-size:180%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	display:block;
	opacity:1.0;
	box-sizing: border-box;
	transition: all .3s;
}
div.btn a:hover{
	background-color:#333;
}
div.btn p{
	background:#ccc;
}

.btn_note{
	max-width:600px;
	margin:0 auto 50px;
	font-size:120%;
}
.btn_note a{margin-top:10px;}



/* info
------------------------------------------------------------------------------- */
.infoBox{
  display:flex;
  width:550px;
  border:1px solid #ededed;
  margin:50px auto 50px;
  align-items: center;  
  background:linear-gradient(135deg, #fbfbfc 0%,#f6f7f9 100%);
}
.infoBox .colL{
  width:180px;
  padding:15px 25px;
  text-align:center;
  box-sizing: border-box;
  font-size:16px;
}
.infoBox .colR{
  position:relative;
  padding:15px 25px;
  width:380px;
  box-sizing: border-box;
  line-height:1.4;
}
.infoBox .colR .tel{
  font-size:24px;
}
.infoBox .colR:before,
.infoBox .colR:after{
  position:absolute;
	content: "";
  width:1px;
  height:90%;
  top:5%;
}
.infoBox .colR:before{
  left:0;
  background:#e5e5e5;
}
.infoBox .colR:after{
  left:2px; 
  background:#fff;
}









