@charset "utf-8";
/* delete */
ul {
	padding: 0;
}
/* 改行をpcでは消す */
br.brsp {
	display: none;
}
/*　schedule_content.php 
-------------------------------------*/
/* 注意書き見出し */
.bder,
.bder_sp {
    position: relative;
}
span.box_title {
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #846DCE;
}
/* セミナーリスト内講師2名時表示レイアウト調整 */
.list_inner{
	grid-template-columns: auto 1fr;
}
/* 会場を探す */
#main h4.tabletitle{
    background-color: #005ea6;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
	font-weight: normal;
}
/* table
-------------------------------------*/
table.tbl_cal {
	border-collapse: collapse;
	border: 1px solid #bbb;
	width: 100%;
	max-width: 720px;
	box-sizing: border-box;
}
table.tbl_cal th,
table.tbl_cal td{
	box-sizing: border-box;
}
table.tbl_cal tbody th{
	background-color: #dcdcdc;
	padding: 0;
}
table.tbl_cal tbody th a,
table.tbl_cal tbody td.district a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
/* 都道府県名 */
table.tbl_cal .district{
	background-color: #eeeeee;
	text-align: center;
	padding: 0;
}
/* ※2025秋愛知対応 */
table.tbl_cal .aichi{
	padding: 10px;
}

table.tbl_cal th,table.tbl_cal td {
	border: 1px solid #bbb;
	padding: 10px;
	font-weight: normal;
}
/* 幅調整 */
table.tbl_cal td.cities{
	text-align: center;
	width: 7%;
	writing-mode: vertical-rl;/*縦書き*/
	letter-spacing: .05em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}
table.tbl_cal td.venue {
    width: 30%;
}
table.tbl_cal td.bftime {
    width: 17%;
}
table.tbl_cal td.status {
    width: 16%;
	text-align: center;
}
/* セミナータイトル */
.seminar_title{
	font-size: .9em;
	font-weight: 800;
    line-height: 1;
}
/* アイコンを表示・回転させる */
.toggle_title1,
.toggle_title2{
	position: relative;
	transition: 0.3s;
}
.toggle_title1:hover,
.toggle_title2:hover {
	color: #3693da;
}
/* テーブル矢印アイコン */
.toggle_title1:after,
.toggle_title2:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 5px;
	background:url(../img/li_e.png) no-repeat right top;
	position:absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* テーブルが開いているときは180度回転した状態で表示 */
.toggle_title2:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}
/* クリックしたら180度回転する */
.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}
/* テーブルが開いている状態でクリックしたら0度に戻る */
.toggle_title2.selected:after{
	transform: translateY(-50%) rotate(0deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
}
/*　detail_content.php,
form_content.php 
-------------------------------------*/
.details{
	display: flex;
	gap: 10px;
	font-weight: bold;
	font-size: 123%;
	letter-spacing: .03em;

}
.details-item span{
	display: inline-block;
}
.details-seminar span{
	display: block;
}
/*　form_content.php 
-------------------------------------*/
/* ご来場者名前区切り */
.user_area {
    border: 1px solid #bbb;
    margin-bottom: 1rem;
    padding: 10px;
}
/* デモの「？」マーク */
.popuptxt {
	color: #ffffff;
    background-color: #0044cc;
	display: inline-block;
    font-size: 11px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.mouseover{
	position: relative;
}
/*  confirm_content.php 
-------------------------------------*/
/* 入力エラーメッセージ */
.alert ul.typeN{
	margin-left: 20px;
}
.alert div{
	text-align: center;
}
.alert input[type="button"] {
	background-color: #d00;
	border: 0;
	color: #fff;
	font-weight: bold;
	transition: .2s;
}
.alert input[type="button"]:hover{
	opacity: .7;
	transition: .2s;
}
  仮のボタンの記述↓
		.btn-orange
		{
			color: #fff;
			background-color: #fcb401;
			display: inline-block;
			padding: 10px 20px;
			margin: 10px 10px 60px 10px;
			text-decoration: none;
			border-radius: 5px;
			text-align: center;
			border: none;
			width: 350px;
			font-weight: bold;

		}
		.btn-orange:hover
		{
			color: #fff;
			background-color: #fcb00f;
		}

		.btn-blue
		{
			color: #fff;
			background-color: #40acff;
			display: inline-block;
			padding: 10px 20px;
			margin: 10px;
			text-decoration: none;
			border-radius: 5px;
			text-align: center;
			border: none;
			width: 350px;
			font-weight: bold;
		}
		.btn-blue:hover
		{
			color: #fff;
			background-color: #40acf0;
		}

		.btn-fixed {
			width: 350px; /* 任意の幅に調整可能 */
		}

@media only screen and (max-width:767px){
	table.typeFM th {
		display: block;
		width: 100%;
	}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* iPadの縦横両方の記述 */
	table.tbl_cal td.cities {
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
	}
	}
/* @media only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width:1024px){
	デバイスが横向きの場合のみの記述
	table.tbl_cal td.cities {
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
	}
} */


	/* schedule_content.php
	-------------------------------------*/
	/* tbl_calタイトル */
	main h4.tabletitle{
		background-color: #005ea6;
		color: #fff;
		padding: 10px;
		margin-bottom: 0;
		font-weight: normal;
		border-bottom: 1px solid #fff;
	}
	table.tbl_cal td,table.typeFM td {
		display: block;
	}
	/* theadを非表示 */
	table.tbl_cal thead {
		display: none;
	}
	/* スマホcalendar一旦ボーダー消し */
	table.tbl_cal,table.tbl_cal th, table.tbl_cal td {
		border: none;
	}
	/* trの下線のみ表示 */
	table.tbl_cal tr {
		border-bottom: 1px solid #bbb;
	}
	table.tbl_cal td{
		text-align: left;
	}
	/* 地方 */
	table.tbl_cal tbody th {
		background-color: #99ccff;
		font-size: 123%;
		border-bottom: 1px solid #fff;
	}
	/* 地区 */
	table.tbl_cal .district{
		background-color: #cceeff;
		border-bottom: 1px solid #fff;
	}
	/* 市町村名 */
	table.tbl_cal tbody td.cities{
		display: block;
		width: 100%;
		border: 1px solid #bbb;
		text-align: center;
		padding: 5px 10px;
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
		font-weight: bold;
		box-sizing: border-box;
	}
	/* 会場 */
	table.tbl_cal td.venue {
		width: 100%;
	}
	/* 日付 */
	table.tbl_cal td.bfdate{
		background-color: #cceeff;
	}
	/* 時間 */
	table.tbl_cal td.bftime {
		float: left;
		width: 50%;
	}
	/* 受付状況 */
	table.tbl_cal td.status {
		float: right;
		width: 50%;
	}
	/* bfスマホのみbtn-sm設定を打ち消し */
	.btn-sm{
		padding: .53rem 1rem;
		font-size: .875rem;
	}
	/*　detail_content.php,
	form_content.php 
	-------------------------------------*/
	.details{
		flex-direction: column;
	}
	.details-item span{
		display: block;
	}
	/* 1行テキストエリア文字サイズ調整 */
	form .typeFM input {
		font-size: 123%;
	}
	input#trcstaff {
		margin: 1em .75em 0 0;
	}
	textarea {
		overflow: auto;
		width: 100%;
		box-sizing: border-box;
	}
	/* agree ～ confirm_content.php
	-------------------------------------*/
	/* 「戻る」「進む」ボタン並び順 */
	/* 1番目 */
	.btn-group > .btn-primary{
		order: 1;
	}
	/* 2番目 */
	.btn-group > .btn-secondary{
		order: 2;
	}
	/* confirm_content.php
	-------------------------------------*/
	/* 入力エラーメッセージ */
	.alert ul.typeN{
		margin-left: 20px;
	}
	main table.typeA th {
		display: none;
	}
	/* セミナー参加 */
	.typeA td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	/* スマホで2名以上のときお名前枠の一番上の線がiosでは消えている件 */
	main table.typeA tr{
		border-top: 1px solid #bbb;
	}

	/* 改行をspでは出す */
	br.brsp{
		display: block;
	}
}