@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
	background: url("/themes/dhc/images/bg_title01.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
#promo h1 {
	font-size: 28px;
	font-weight: bold;
	width: 1200px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 810px){
	#promo {
		height: 120px;
	}
}

#promo .mov .inn iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: 100%;
}

/* -------------------------------
CONTENTS
------------------------------- */
#contents section {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#contents section h2 {
    position: relative;
    margin: 0 0 50px;
    font-weight: 800;
    padding: 10px 0;
    font-size: 24px;
    border-bottom: 6px solid #ebebeb;
}
#contents section h2:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100px;
    height: 6px;
    background: #9F98C4;
}
#contents section h3 {
	font-size: 20px;
    border-left: 6px solid #9F98C4;
    padding: 3px 15px;
    align-self: flex-start;
    font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}

#contents section .inn h2:first-child {
	margin-top: 0;
}
#contents section p {
	margin-top: 30px;
}
#contents section .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents section .center {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contents section .flex .txt {
	flex: 1;
}
#contents section .flex .txt  h3 {
	margin-top: 0;
}
#contents section .flex .txt small {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#contents section .flex .pic:first-child {
	margin-right: 30px;
}
#contents section .flex .pic:last-child {
	margin-left: 30px;
}
@media screen and (max-width: 810px){
	#contents section .flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#contents section .flex .pic:first-child {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#contents section .flex .pic:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	#contents section h2 {
		margin-bottom: 30px;
	}
}

#event ul.news {
	border-top: 2px solid #98A6B5;
}
#event ul.news li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
	border-bottom: 1px solid #CDD6DD;
}
#event ul.news li + li {

}
#event ul.news li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#event ul.news li a p span.new {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}

#event ul.news li > a,
#event ul.news li > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#event ul.news li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	width: 156px;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 20px;
}
#event ul.news li .ctg.ctg1 {
	background: #1C4BB1;
}
#event ul.news li .ctg.ctg2 {
	background: #E17A00;
}
#event ul.news li .ctg.ctg10 {
	background: #A774B0;
}
#event ul.news li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#event ul.news li .txt {
	margin-top: 0;
	color: #A774B0;
}
#event ul.news li:hover {
	background: #E9E6F3;
}
#event ul.news li a:hover {
	text-decoration: none;
}
#news .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#news .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#news .btn a:hover {
	background: #858585;
	color: #fff;
}
#event ul.news li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9F98C4;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 810px){
	#news {
		margin-top: 30px;
	}
	#news .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#news h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#news h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#event ul.news {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#event ul.news li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#event ul.news li a,
	#event ul.news li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#event ul.news li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#event ul.news li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#event ul.news li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

/* -------------------------------
SEMINAR
------------------------------- */
#event ul {
}
#event ul li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
}
#event ul li + li {

}
#event ul li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#event.detail .table a.ex::before,
#event ul li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9F98C4;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#event.detail .table {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#event.detail .table table {
	width: 100%;
	table-layout: fixed;
}
#event.detail .table table caption {
	font-weight: bold;
	margin-bottom: 1.5rem;
}
#event.detail .table table th {
	background: #E7EAF2;
	padding: 1.5rem 0;
	border-bottom: 10px solid #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
#event.detail .table table tbody td {
	font-size: 1.6rem;
	border-bottom: 10px solid #fff;
	padding: 0.8rem 2rem;
	vertical-align: middle;
	text-align: left;
}
#event.detail .table table tbody tr:last-child th, #event.detail .table table tbody tr:last-child td {
	border-bottom: none;
}
#event.detail .table table tbody td img {
	max-width: 100%;
}
#event.detail .table table tbody td br + img {
	margin-top: 1rem;
}
#event.detail .table table tbody td .disc {
	font-size: 1.6rem;
}
#event.detail .table table tbody td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#event.detail .table table tbody td small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
#event.detail .table .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}
#event.detail .table a{
	color: #9F98C4;
}
#event.detail .article {
	margin-bottom: 50px;
}
#event.detail .article a {
	color: #9F98C4;	
}
#event.detail .article .pic {
	text-align: center;
	margin-top: 30px;
}
#event.detail .article .pic img {
	max-width: 100%;
}

#event ul li > a,
#event ul li > span {
	display: block;
}
#event ul li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	padding: 5px 10px;
}
#event ul li .ctg.ctg01 {
	background: #5FADB8;
}
#event ul li .ctg.ctg02 {
	background: #8CD1B0;
}
#event ul li .ctg.ctg03 {
	background: #CA92D1;
}
#event ul li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#event ul li .txt {
	margin-top: 15px;
	color: #9F98C4;
}
#event ul li:hover {
	background: #E7EAF2;
}
#event ul li a:hover {
	text-decoration: none;
}
#event .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#event .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#event .btn a:hover {
	background: #858585;
	color: #fff;
}

@media screen and (max-width: 810px){
	#event {
		margin-top: 30px;
	}
	#event .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#event h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#event h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#event ul {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#event ul li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#event ul li a,
	#event ul li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#event ul li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#event ul li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#event ul li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

