@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document seminar
--------------------------------------------------------- */

#seminar {
	text-align: left;
}

#seminar .section {
	margin-bottom: 60px;
}

#seminar .section:last-child {
	margin-bottom: 0;
}

#seminar h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#seminar h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#seminar h4 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#seminar p {
	margin-bottom: 40px;
}

#seminar .lead_01 {
	font-size:17px;
	margin-bottom:20px;
}

#seminar .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#seminar .cate_01 {
	font-size:20px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#seminar dl {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	position: relative;
}

#seminar dt {
	margin-bottom: 10px;
	font-size: 15px;
}

#seminar dd ul {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 30px;
}

#seminar dd ul a {
	display: block;
	width: 140px;
	height: 40px;
	padding-left: 45px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	color: #333;
	position: relative;
}

#seminar dd ul a:before {
	content: '';
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#seminar dd ul a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document seminar > seminar_top
--------------------------------------------------------- */

#index .seminar_top{
	display:flex;
	column-gap: 40px;
	margin-bottom:50px
}

#index .seminar_top h4{
	background:none;
	line-height:1.3;
	margin:15px 0;
	font-size:17px;
	font-weight:bold;
	padding:0;
	min-height:75px
}

#index .seminar_top h4 strong{
	font-size:19px
}

#index .seminar_top h4 span{
	display:block;
	margin:5px 0;
}

#index .seminar_top .new_mk01{
	display:inline-block;
	background:#fd6d16;
	color:#fff;
	border-radius:30px;
	padding:7px 25px 5px;
	margin-bottom:8px;
	line-height:1;
	font-size:15px;
	float:right;
}

#index .seminar_top .new_c,
#index .seminar_top .new_w{
	width:50%;
	margin-bottom:10px;
	padding:26px
}

#index .seminar_top .new_c {background:#effbfc;border:1px solid #64bcc7;}
#index .seminar_top .new_w {background:#faf2f2;border:1px solid #f0aaab;}

#index .seminar_top .date01{
	margin:10px 0;
	font-weight:bold;
	line-height:1.3
}

#index .seminar_top .date01 span{
	font-size:20px;
}

#index .seminar_top .date01 .text_announce_end{
	font-size:15px;
	font-weight:normal;
	line-height:2
}

#index .seminar_top .txt01{
	background:#fff;
	font-size:14px;
	padding:18px;
	border:1px solid #e8e8e8;
	min-height:210px
}

#index .seminar_top .list li{
	display:inline-block;
	vertical-align:middle;
	margin:0
}

#index .seminar_top .list li.obj01{
	width:40px;
}

#index .seminar_top .list li.obj02{
	width:380px;
	padding-left:10px
}

#index .seminar_top .new_c .list li.obj02  {border-left:6px solid #64bcc7;}
#index .seminar_top .new_w .list li.obj02  {border-left:6px solid #f0aaab;}

#index .seminar_top .btn strong{
	display:block;
	margin-bottom:5px
}

#index .seminar_top .btn li a{
	font-size:18px;
	width:300px;
	height:60px;
	padding-top:7px
}

/* ---------------------------------------------------------
	CSS Document seminar > btn
--------------------------------------------------------- */

#seminar .btn {
	margin-bottom: 20px;
}

#seminar .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#seminar .btn a {
	display: block;
	width: 140px;
	height: 40px;
	padding-left: 45px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	color: #333;
	position: relative;
}

#seminar .btn .pdf a:before {
	content: '';
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#seminar .btn .movie a:before {
	content: '';
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#seminar .btn .report a:before {
	content: '';
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url(/include/images/i_report_pc.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#seminar .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document seminar > text_announce_app
--------------------------------------------------------- */

#seminar .text_announce_app {
	width:100px;
	text-align:center;
	display:block;
	padding:7px 15px 5px;
	border-radius:30px;
        margin-bottom:10px;
	color: #fff;
	background: #fd6d16;
	line-height:1;
	font-size:15px;
}

/* ---------------------------------------------------------
	CSS Document seminar > text_announce_end
--------------------------------------------------------- */

#seminar .text_announce_end {
	width:100px;
	text-align:center;
	display:block;
	padding:7px 15px 5px;
	border-radius:30px;
        margin-bottom:10px;
	color: #fff;
	background: #999;
	line-height:1;
	font-size:15px;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.3;
}

#index h4 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
}

#index h5 {
	font-weight: 100;
	font-size: 14px;
}

#index p {
	margin-bottom: 20px;
}

#index .list {
	margin-bottom: 20px;
}

#index .list li {
	margin-left: 20px;
	list-style: disc;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > text_announce_app
--------------------------------------------------------- */

#index .text_announce_app {
	width:100px;
	text-align:center;
	display:block;
	padding:7px 15px 5px;
	border-radius:30px;
        margin-bottom:10px;
	color: #fff;
	background: #fd6d16;
	line-height:1;
	font-size:15px;
}

/* ---------------------------------------------------------
	CSS Document index > text_announce_end
--------------------------------------------------------- */

#index .text_announce_end {
	text-align: center;
	color: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 20px;
	text-align: center;
}

#index .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#index .btn a {
	display: block;
	width: 240px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn .more a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#index .btn .movie a {
	padding-left: 25px;
}

#index .btn .movie a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn .report a {
	padding-left: 25px;
}

#index .btn .report a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_report_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document index > matching
--------------------------------------------------------- */

#index .matching {
	text-align:center;
}

#index .matching div {
	border:3px solid #CCC;
	text-align:center;
	padding-top:10px;
	width:40%;
	display:inline-block;
	margin:5px
}

#index .matching span {
	display:block;
	margin-bottom:10px
}

/* ---------------------------------------------------------
	CSS Document index > report
--------------------------------------------------------- */

#index .report .detail {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

#index .report .detail ol {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
}

#index .report .detail ol li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 18%;
}

#index .report .detail dl {
	margin-bottom: 15px;
	padding-top: 15px;
}

#index .report .detail dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 75%;
}

#index .report .detail dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 19%;
	text-align: right;
}

#index .report .btn {
	margin-top:20px
}

.text-commit-soon {
	margin-top: 12px;
	text-align: center;
	color: #fd6d16;
}