@charset "UTF-8";


/* -------------------------------------------------

seminar

------------------------------------------------- */
.seminarArea p {
	line-height: normal;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 14px;
}

.seminarArea > table {
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
	padding:0;
}
@media screen and (max-width: 799px)  {
	.seminarArea > table	{
	border:0;
}
}

/* 一覧表
================================================== */
.seminarArea > table tr	{
	border-bottom:3px solid #ddd;
 border-right: 3px solid  #ddd;
	padding:5px;
}
@media screen and (max-width: 799px)  {
.seminarArea > table tr	{
	border:1px solid #ddd;
	padding:5px;
}
.seminarArea >	table tr	{
	margin-bottom:10px;
	display:block;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ddd;
}
}

/***  見出し  ***/
.seminarArea > table th	{
	padding:10px 15px;
	text-align:left;
	border-top:3px solid #ddd;
	border-bottom:3px solid #ddd;
	border-right: 3px solid #ddd;
}
.seminarArea > table th	{
	font-size:16px;
	letter-spacing:1px;
	text-align: center;
	color:#fff;
	font-weight:bold;
}
.seminarArea > table th.l01	{
	border-top:3px solid #fff;
	border-bottom:3px solid #ddd;
	background: none !important;
	width:45px;
}
.seminarArea > table th.l02 {
	background:#009F3B;
	font-weight:500;
	/*width: 620px;				※「定員増枠」ボタンが消えたら元に戻す  */
	width: 580px;
}
.seminarArea > table th.l03 {
	background:#009F3B;
	font-weight:500;
	/*width: 350px;				※「定員増枠」ボタンが消えたら元に戻す  */
	width: 390px;
}

/***  データ（講習名+開催日）  ***/
.seminarArea > table td	{
	/*padding:13px;*/
	padding:13px 5px;			/*  20240425修正  */
	text-align:left;
	border-bottom:3px solid #ddd;
 border-right: 3px solid  #ddd;
	border-left:3px solid  #ddd;
	color:#333;
	font-size:15px;
	line-height:1.6;
}
.seminarArea > table td a	{
 color:	#333333;
 text-decoration: none;
}
.seminarArea > table td a:hover	{
	color: #009f3b;
	text-decoration:underline;
}
.seminarArea >	table td p	{
	display:block;
	margin: 3px 0;
}
@media screen and (max-width: 799px)  {
.seminarArea >	table td	{
	display:block;
	text-align:left;
	font-size:14px;
	border-bottom:1px dotted #ccc;
	border-right:none;
	border-left:none;
	padding:13px !important;
}
.seminarArea >	table td:last-child	{
	border-bottom:0;
}
.seminarArea >	table td:before {
	content:attr(data-label);
	display:block;
	font-weight: bold;
	font-size:16px;
	margin: 5px 0;
}
}

/* 講習別（縦）
================================================== */
.seminarArea >	table td div.ctg_t01,
.seminarArea >	table td div.ctg_t02,
.seminarArea >	table td div.ctg_t03 {
	display: none;
}
.seminarArea >	table td.ctg01 {
	background: #ffc000;
	text-align: center;
	padding:13px;			/*  20240425追加  */
}
.seminarArea >	table td.ctg02 {
	background: #5b9bd5;
	color: #ffffff;
	text-align: center;
	padding:13px;			/*  20240425追加  */
}
.seminarArea >	table td.ctg03 {
	background: #70ad47;
	color: #ffffff;
	text-align: center;
	padding:13px;			/*  20240425追加  */
}
@media screen and (max-width: 799px)  {
.seminarArea >	table thead,
.seminarArea > table td.ctg01,
.seminarArea > table td.ctg02,
.seminarArea > table td.ctg03 {
	display:none;
}
.seminarArea >	table td div.ctg_t01		{
	display: block;
	text-align:left;
	background-color:#ffc000;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	padding:5px 10px;
	margin: -10px -10px 10px;
}
.seminarArea >	table td div.ctg_t02		{
	display: block;
	text-align:left;
	background-color:#5b9bd5;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	padding:5px 10px;
	margin: -10px -10px 10px;
}
.seminarArea >	table td div.ctg_t03		{
	display: block;
	text-align:left;
	background-color:#70ad47;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	padding:5px 10px;
	margin: -10px -10px 10px;
}
}

/* 講習名 + 各ボタン
================================================== */
.seminarArea >	table td dl	{
	width: 100%;
	display: flex;
	flex-flow: column wrap;
}
.seminarArea >	table td dt	{
 width: 100%;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	padding:10px;
 margin: 0;
	box-sizing: border-box;
	position: relative;
}
.seminarArea >	table td dd	{
	padding:5px 10px 5px 5px;
	width:	auto;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
}
.seminarArea >	table td dd > p	{
	padding:0;
	margin:5px;
}
@media screen and (max-width: 799px)  {
.seminarArea >	table td dt	{
 width: 100%;
	padding:5px 0px;
	font-size: 16px;
}
.seminarArea >	table td dt:before {
	content:attr(data-label);
	display:block;
	font-weight: 600;
	font-size:16px;
	margin: 5px 0 10px;

}
.seminarArea >	table td dd	{
	text-align: left;
	padding:5px 0px;
}
.seminarArea >	table td dd > p	{
	margin:3px;
}
}
@media screen and (max-width: 375px)  {
.seminarArea >	table td dd	{
	flex-flow: column wrap;
}	
}

/* 各ボタン
================================================== */
.btn a {
 text-align: center;
 border-radius: 25px;
 padding: 7px 25px;
	font-size: 14px;
	line-height:normal;
	letter-spacing: 0.05em;
	display:inline-block;
	text-decoration: none;
}
.btn_course a {
 color: #ffffff !important;
	background-color:#333;
}
.btn_appli a {
 color: #ffffff !important;
	background-color:#007d2e;
}
.btn_curriculum a {
 color: #ffffff !important;
	background-color:#284EC7;
}
.btn_example a {
 color: #ffffff !important;
	background-color:#df690a;
}
.btn_appli a:hover	{
	background-color:#009F3B;
	text-decoration: none !important;
	opacity: inherit;
}
.btn_course a:hover {
	background-color:#555;
	text-decoration: none !important;
	opacity: inherit;
}
.btn_curriculum a:hover {
	background-color:#3962E5;
	text-decoration: none !important;
	opacity: inherit;
}
.btn_example a:hover {
	background-color:#c46805;
	text-decoration: none !important;
	opacity: inherit;
}
@media all and (-ms-high-contrast: none) {
.btn a {
 padding: 7px 0px 4px;
	margin-top: -7px;
}
}
@media screen and (max-width: 375px)  {
.btn a {
	width: 100%;
}
}

/* PDFアイコン
================================================== */
i {
	position:relative;
}
.icn__pdf::before {
	display: inline-block;
 width: 22px;
 height: 22px;
 vertical-align: -6px;
	margin-right: 8px;
 content: "";
 background-image: url("../img/seminar/pdf02.png");
 background-repeat: no-repeat;
 background-size: 22px;
}

/* 各アイコン
================================================== */
.btn_closing	{			/***　締切アイコン　***/
 color: #fff;
 text-align: center;
	background-color:#DB2B2E;
 border-radius: 25px;
 padding: 3px 10px;
	font-size: 13px;
	line-height:normal;
	margin-left: 10px;
	white-space: nowrap;		/* 20240417追加--改行しない */
}
.btn_sus	{			/***　中止アイコン　***/
 color: #fff;
 text-align: center;
	background-color:#666666;
 border-radius: 25px;
 padding: 3px 10px;
	font-size: 13px;
	line-height:normal;
	margin-left: 10px;
	white-space: nowrap;		/* 改行しない */
}
.btn_pending	{			/***　申請中アイコン　***/
 color: #fff;
 text-align: center;
	background-color:#FF6700;
 /*border-radius: 25px;*/
 padding: 2px 15px;
	font-size: 15px;
	font-weight: normal;
	line-height:normal;
	/*margin-left: 15px;*/
	white-space: nowrap;		/* 改行しない */
}

/***　定員増枠アイコン　***/
.btn_increase	{			
 color: #fff;
 text-align: center;
	background-color:dodgerblue;
 border-radius: 25px;
 padding: 3px 10px;
	font-size: 13px;
	line-height:normal;
	white-space: nowrap;		/* 改行しない */
}
.margin-left	{
	margin-left: 5px;
}


.red	{			/***　締切用の赤色　***/
 color: #DB2B2E;
}
.strike	{			/***　赤の取り消し線→開催日を取り消す時に使用　***/
 color: #DB2B2E;
	text-decoration: line-through;
}
@media all and (-ms-high-contrast: none) {
.btn_closing	{
 padding: 3px 10px 0px;
}
.btn_sus	{
 padding: 3px 10px 0px;
}
}
@media screen and (max-width: 559px)  {
.btn_pending	{	
 padding: 3px 15px;
	font-size: 13px;
	margin-bottom: 8px;
}
}
@media screen and (max-width: 375px)  {
.btn_pending	{	
	width: 70px;
}
}