@charset "utf-8";
/* CSS Document */

* { box-sizing: border-box; }
 #contentsArea{
	width: 100%;
	padding: 0;
}
 #contentsArea .hdg-level02-01 {
	font-size: 5vw;
	background: url(../images/ico_01.png) left top no-repeat #e0f1bc;
	background-size: 16.875%;
	font-weight: bold;
	line-height: 1;
	padding: 5% 2% 4% 20%;
	text-align: left;
	margin-bottom: 6.666666666666667vw;
}
#seminar .section {
	width: 100%;
	margin: 0 auto 6.666666666666667vw auto;	
}
#seminar .section .inner{
	width: 90%;
	margin: 0 auto;	
}
#seminar .section h3 {
	width: 100%;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.4;
	background: #f0f0f0;
	border-bottom: 2px solid #71b244;
	padding: 3% 5%;
	margin-bottom: 6.666666666666667vw;
}
#seminar .section .text {
	width: 100%;
	font-size: 4vw;
	margin-bottom: 6.666666666666667vw;
}
#seminar .section .text02 {
	width: 100%;
	font-size: 4vw;
}
#seminar .section .boxLink {
	width: 100%;
}
#seminar .section .boxLink a {
	width: 100%;
	border: 1px solid #ff7c00;
	background: #ff7c00;
	display: block;
	border-radius: 5px;
	margin: 0 auto 6.666666666666667vw auto;
}
#seminar .section .boxLink a:hover {
	text-decoration: none;
	color: inherit;
}
#seminar .section .boxLink .date {
	font-size: 4vw;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	background: #ff7c00;
	border-radius: 5px 5px 0 0;
	padding: 2% 5%;
}
#seminar .section .boxLink .textLink {
	font-size: 5.333333333333333vw;
	line-height: 1.4;
	color: #ff7c00;
	font-weight: bold;
	background: url(../images/ico_02.png) 96% 50% no-repeat #fff0d8;
	background-size: 7.1875%;
	padding: 5% 11% 5% 5%;
}
#seminar .section .boxLink .cap {
	font-size: 4vw;
	line-height: 1.2;
	color: #4a4a4a;
	background: #fff;
	border-radius: 0 0 4px 4px;
	padding: 2% 5%;
}
#seminar .section  .textNote {
	font-size: 3.733333333333333vw;
	margin-bottom: 10.625vw;
}
#seminar .section h4 {
	font-size: 4.8vw;
	background: url(../images/ico_03.png) left 50% no-repeat;
	background-size: 9.21875%;
	border-bottom: 1px solid #dedede;
	padding: 2% 0% 2% 12%;
	margin-bottom: 6.666666666666667vw;
	font-weight: bold;
}
#seminar .section .listNote li {
	font-size: 4vw;
	text-indent: -4vw;
	margin-left: 4vw;
}
#seminar .section .listNote li ul {
	margin-left: -4vw;
}
#seminar .section .listNote li li {
	font-size: 3.733333333333333vw;
}
/*boxInfo
------------------------------------------------*/
#seminar .section .boxInfo {
	width: 100%;      
	margin: 0 auto 10.25vw auto;	
}
#seminar .section .boxInfo dt{
	width: 100%;
	font-size: 4.8vw;
	color: #71b244;
	text-align: center;
	margin-bottom: 6.666666666666667vw;
	display: block;
}
#seminar .section .boxInfo dd{
	font-size: 4vw;
}
/*boxLecturer
------------------------------------------------*/
#seminar .section .boxLecturer {
	width: 100%;      
	margin: 0 auto 10.25vw auto;	
}
#seminar .section .boxLecturer .lecturer {
	width: 100%;
	display: flex;
	margin: 0 auto 6.666666666666667vw auto;	
}
#seminar .section .boxLecturer .lecturer .img {
	width: 21.33333333333333%;
}
#seminar .section .boxLecturer .lecturer .name {
	width: 78.66666666666667%;
	font-size: 4vw;
	padding-left: 5%;
}
#seminar .section .boxLecturer .lecturer .name span {
	font-weight: bold;
	color: #6abd5a;
	display: block;
}
#seminar .section .boxLecturer .detail {
	width: 100%;
	margin: 0 auto;
}
#seminar .section .boxLecturer .detail dt{
	width: 100%;
	font-size: 4vw;	
	color: #6abd5a;
	font-weight: bold;
}
#seminar .section .boxLecturer .detail dd{
	font-size: 4vw;
	margin-bottom: 6.666666666666667vw;
}
/*boxLecturer
------------------------------------------------*/
#seminar .section .boxLandscape {
	width: 100%;      
	margin: 0 auto 6.666666666666667vw auto;	
}
#seminar .section .boxLandscape .text {
	font-size: 4vw;
	margin-bottom: 3.125vw;
}
#seminar .section .boxLandscape .img {
	margin-bottom: 1.5625vw;
}
/*boxComments
------------------------------------------------*/
#seminar .section .boxComments {
	width: 100%;  
	border-bottom: 1px solid #dddddd;
	margin: 0 auto 10.25vw auto;	
}
#seminar .section .boxComments .row {
	width: 100%;  
	border-top: 1px solid #dddddd;
	margin: 0 auto;	
	padding: 5%;
	display: flex;
}
#seminar .section .boxComments .row .icon {
	width: 22%;
}
#seminar .section .boxComments .row .cmt {
	width: 78%;
	font-size: 4vw;
	padding-left: 5%;
}
#seminar .section .btn {
	margin-bottom: 6.666666666666667vw;
}
#seminar .section .btn a {
	width: 100%;
	font-size: 6.666666666666667vw;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: #71b244;
	border-radius: 5px;
	display: block;
	padding: 5% 2%;
	position: relative;
}
#seminar .section .btn a:hover {
	text-decoration: none;
}
#seminar .section .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	border-width: 1.875vw;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

#seminar .section dl{
	width: 90%;
	margin: 0 auto;	
}
#seminar .section dt{
	width: 100%;
	display: flex;
	align-items: center;
	color: #71b244;
	margin-bottom: 6.666666666666667vw;
}
#seminar .section dt .ico{
	font-size: 15.625vw;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
}
#seminar .section dt .text{
	font-size: 4.8vw;
	font-weight: bold;
	padding-left: 2%;
	margin-bottom: 0;
}
#seminar .section dd .text{
	font-size: 4vw;
	margin-top: 6.666666666666667vw;
}
#seminar .section .text span{
	font-size: 3.125vw;
	vertical-align: top;
}


