@charset "utf-8";
/*==================================================
	管理職研修・コラボセミナー
==================================================*/
#seminar .box{
	margin: 30px 0;
	padding: 2px;
	border: solid 2px #BF9831;
	text-align: center;
}
#seminar .box.nmt {
	margin-top: 0;
}
#seminar .box .box_in{
	padding: 15px;
	border: solid 1px #BF9831;
}
#seminar .box h3{
	font-size:40px;
	color: #D66D84;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#seminar h4.ttl {
	margin-bottom: 20px;
}
#seminar .box p.gold{
	color: #BF9831;
}
#seminar .box p.pink{
	color: #D66D84;
	font-size: 28px;
}
#seminar .box p.blue{
	font-size:28px;
	color: #000033;
}
#seminar .box p.pdf a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #BF9831;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#seminar .title {
	background-image: url(../img/seminar/bg_title01.gif) ,url(../img/seminar/bg_title02.gif);
	background-position: left 5px, right 5px;
	background-repeat: no-repeat, no-repeat;
	min-height: 165px;
}
#seminar .title h3 {
	text-align: center;
	margin-bottom: 20px;
}
#seminar .title h3 img{
	margin-top: 100px;
}
#seminar .title p {
	text-align: center;
	line-height: 1.8;
}
#seminar .profile {
	background: url(../img/seminar/bg_profile.gif) no-repeat left top;
	padding-top: 33px;
	margin-bottom: 25px;
}
#seminar .profile_in {
	background: url(../img/seminar/bg_profile.gif) no-repeat left bottom;
	padding: 0 33px 40px;
	overflow: auto;
}
#seminar .profile dl {
	width: 258px;
	float: left;
}
#seminar .profile dl+dl {
	float: right;
}
#seminar .profile dd {
	width: 244px;
	margin: auto;
}
#seminar .theme {
	border: 1px solid #BF9831;
	padding-top: 10px;
}
#seminar .theme h4 {
	text-align: center;
}
#seminar .theme_in {
	background: url(../img/seminar/bg_theme01.gif) repeat;
	margin: 0 5px 5px;
}
#seminar .theme_in2 {
	background: url(../img/seminar/bg_theme02.png) no-repeat center top;
	padding: 15px;
}
#seminar .theme .box {
	background: #FFF;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}
#seminar .theme .box dl {
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
#seminar .theme .box dl:last-child {
	margin-bottom: 0;
}
#seminar .theme .box dt {
	font-weight: bold;
	color: #C3943B;
	margin-bottom: 5px;
}
#seminar .theme h5 {
	margin-bottom: 5px;
}
#seminar .other.box {
	padding: 15px 15px 0;
	margin-top: 5px;
	background: #FFF url(../img/seminar/bg_other.gif) no-repeat right bottom;
}
#seminar .other li {
	list-style: none;
	margin-left: 29px;
	text-indent: -29px;
	margin-bottom: 15px;
	float: left;
}
#seminar .other li.cb {
	width: 360px;
}
#seminar .other li .num {
	background: #D66D84;
	color: #FFF;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 8px;
}
#seminar .other li.cb.num7 {
	width: auto;
}
#seminar .other li.cb.num7 span {
	font-size: 12px;
	display: block;
	float: right;
	text-indent: 0;
	margin-left: 20px;
}
#seminar .other li.cb.num8 {
	width: 230px;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
#seminar ul.list1 {
	position: relative;
}
#seminar ul.list1 li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 40px;
	list-style-type: none!important;
	text-align: left;
}
#seminar ul.list1 li:before {
	content: "\025b6";
	position: absolute;
	left : 1em;
	color: gray;
}
#seminar ul.list1 li .in_box {
	padding: 10px 15px;
	margin: 0;
	color: #2c2c2f;
	background: #FCE4B3;
}
#seminar ul.list1 li .in_box p {
	font-size: 13px;
}
#seminar .pick2 {
	color: #725886;
}
#seminar p.sub_ttl {
	text-align: center;
	color: #BF9831;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}
#seminar ol.list2 {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
}
#seminar ol.list2 li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	color: #D66D84;
	text-align: left;
	font-weight: bold;
}
#seminar ol.list2 li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #B46D67;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#seminar .flex {
	display: flex;
	justify-content: space-around;
}
#seminar .list3_ttl {
	box-sizing: border-box;
	background: #F6BEBD;
	width: 320px;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
#seminar ul.list3 {
	box-sizing: border-box;
	border: solid 2px #F6BEBD;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	width: 320px;
	height: 315px;
	margin-bottom: 20px;
	background: #FDF3F3;
}
#seminar ul.list3.two {
	height: 440px;
}
#seminar ul.list3 li {
	height: 40px;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	text-align: left;
	box-sizing: unset;
}
#seminar ul.list3 li.long {
	height: 60px;
}
#seminar ul.list3 li:before {
	content: "\02714";
	position: absolute;
	left : 1em;
	color: #E39168;
}
#seminar ol.list4 {
	box-sizing: border-box;
	border: solid 2px #BF9831;
	padding: 25px 20px 2px 45px;
	position: relative;
	margin-bottom: 20px;
}
#seminar ol.list4 li {
	text-align: left;
	margin-bottom: 15px;
}
#seminar ol.list4 hr {
	border-bottom: 1px dashed #CCCCCC;
	margin: 10px 0 10px -20px;
}
#seminar ol.list4 li ol,
#seminar ol.list4 li ul{
	list-style: none;
	counter-reset: number;
}
#seminar ol.list4 li ol li,
#seminar ol.list4 li ul li{
	margin-bottom: 0;
	position: relative;
	padding-left: 1.5em;
}
#seminar ol.list4 li ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
}
#seminar ol.list4 li ul li::before {
	content: '\02022';
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
}
#seminar ul.flex {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-top: 20px;
	width: 500px;
	margin: 0 auto;
}
#seminar ul.flex li {
	width: 48%;
}
#seminar ul.flex li img {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #BF9831;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#seminar .box h3 {
		font-size: 30px;
	}
	#seminar .flex > div {
		width: 50%;
	}
	#seminar .list3_ttl {
		width: 100%;
	}
	#seminar ul.list3 {
		width: 100%;
		height: auto;
	}
	#seminar ul.list3 li {
		height: auto;
	}
	#seminar ul.list3.two {
		height: auto;
	}
	#seminar .box p.pink {
		font-size: 25px;
	}
	#seminar .box p.blue {
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#seminar .box h3 {
		font-size: 22px;
	}
	#seminar ul.list1 li {
		padding-left: 22px;
	}
	#seminar ul.list1 li:before {
		left: 0;
	}
	#seminar .flex {
		display: block;
	}
	#seminar .flex > div {
		width: 100%;
	}
	#seminar ul.list3 li:before {
		left: 10px;
	}
	#seminar ol.list4 {
		padding-left: 30px;
	}
	#seminar ul.flex {
		width: 100%;
	}
	#seminar .box p.pink, #seminar .box p.blue {
		font-size: 20px;
	} 
}