@charset "utf-8";
/* CSS Document */

#history h3 {
	padding: 5px;
	background: #ddd;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}



#history table {
	width: 720px;
	margin-bottom: 30px;
}

#history th {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #666;
	background: #DDD;
}

#history td {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #666;
}




#info h3 {
	padding: 5px;
	background: #ddd;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;
	/* margin-top: 30px; */
}

#info h3 span {
	font-size: 14px;
}

/* #info h3:nth-last-of-type(1){
	margin-top: 60px;
} */

/* #info h3:nth-last-of-type(1) {
	position: relative;
} */

.bg_ifhe {
	background-color: rgb(232, 255, 253);
	border: 2px solid rgb(40, 40, 156);
	padding: 12px 0;
	margin-top: 5px;
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

.bg_ifhe2 {
	margin-top: 5px;
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.link_ifhe ul {
	width: 770px;
}

.right {
	text-align: right;
}

#info h3:nth-last-of-type(1)::before {
	position: absolute;
	content: '';
	width: 100%;
	border: 1px dotted #ccc;
	top: -30px;
	left: -3px;
}

#info h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	border-top: 2px solid #61adc8;
	margin-bottom: 20px;
	background: #b5e8fa;
}

#info div p:first-child {
	/*border-bottom: 2px dotted #ccc;*/
	/*color: #0c96c7;*/
	/*font-weight: bold;*/
}

#info strong {
	font-weight: bold;
	font-size: 16px;
}

#info #theme {
	font-size: 18px;
	font-weight: bold;
}

#info .about {
	border: 1px solid #ccc;
	padding: 10px 20px 10px;
	margin-bottom: 20px;
	line-height: 1.4;
}

#info .about__right {
	text-align: right;
}

#info .price td {
	text-align: right;
}

#info dl.bunki {
	margin: 20px 0 0 25px;
}

#info .bunki dt {
	position: relative;
	float: left;
	width: 175px;
	font-weight: bold;
	color: #0c96c7;
	margin-bottom: 5px;
	line-height: 100%;
}

#info .bunki dt::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 3px solid #0c96c7;
	border-right: 3px solid #0c96c7;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -1.5em;
}

#info .bunki dd {
	position: relative;
	margin-left: 20px;
	line-height: 100%;
	/* margin-bottom: 10px; */
	/* padding-bottom: 20px; */
}

#info .bunki dd:not(:last-child)::after {
	position: absolute;
	display: block;
	content: '';
	border-bottom: 2px dotted #ccc;
	left: -3.0em;
	right: 0;
	bottom: 0;
}








#info dl {
	margin: 0 0 0 25px;
}

#info dt {
	position: relative;
	counter-increment: story;
	font-weight: bold;
	color: #0c96c7;
	margin-bottom: 5px;
}

#info dt::before {
	position: absolute;
	content: counter(story) '.';
	color: '';
	left: -1.7em;
}

#info dd {
	position: relative;
	margin-left: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#info dd:not(:last-child)::after {
	position: absolute;
	display: block;
	content: '';
	border-bottom: 2px dotted #ccc;
	left: -3.0em;
	right: 0;
	bottom: 0;
}

#info dd span {
	color: #C00;
}

#info dd table {
	margin: 10px 0;
	text-align: left;
}

#info dd th {
	font-size: 14px;
	padding: 5px;
	background: #ccc;
	border: 1px solid #fff;
}

#info dd dt {
	float: left;
	width: 15px;
	margin-bottom: 2px;
	color: #333;
	font-weight: normal;
}

#info dd dd {
	margin-left: 15px;
	margin-bottom: 2px;
}

#info .koza dt {
	float: left;
	width: 70px;
	margin-bottom: 2px;
	color: #333;
	font-weight: normal;
}

#info .koza dd {
	margin-left: 70px;
	margin-bottom: 2px;
}

#info table {
	clear: both;
	border-collapse: collapse;
}

#info dd td {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;
}

#info dd #sankahi td {
	border: 0;
	margin: 0;
	padding: 2px 0;
}


#info dd #program th {
	font-size: 12px;
	border: 1px solid #999;
}

#info dd #program td {
	font-size: 12px;
	border: 1px solid #999;
}


#info dd #program td span {
	font-size: 12px;
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 2px;
}

#info dd #program td.break {
	text-align: center;
	background: #eee;
}

#info dd #program02 {
	width: 100%;
	border-collapse: collapse;
}

#info dd #program02 th {
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
}

#info dd #program02 td {
	border: 1px solid #999;
	padding: 10px;
}

#info .caption {
	text-align: right;
	margin-bottom: 20px;
}

#info .btnOff {
	opacity: 0.5;
}

#info .appbtn {
	text-align: center;
	margin: 10px;
}

#info .red {
	margin: 10px;
	text-align: center;
	color: #f00;
	font-weight: bold;
}

#info .end {
	font-weight: bold;
	color: #C00;
	padding: 5px;
	border: 2px solid #C00;
	text-align: center;
	margin-bottom: 30px;
}

#info ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0 0 0 12px;
}

#info li {
	position: relative;
	margin: 0 0 5px 0;
}

#info li::before {
	position: absolute;
	/*
	content: '\203B';
	*/
	content: '・';
	left: -1em;
}

#info .sekou {
	line-height: 1.2;
	margin-bottom: 0;
	text-indent: -39px;
	margin-left: 39px;
}

#info .kanri {
	line-height: 1.2;
	margin-bottom: 0;
	text-indent: -68px;
	margin-left: 68px;
}

#info #photoList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

#info #photoList li {
	width: 48%;
}

#info #photoList li:before {
	content: none;
}

#info #photoList li img {
	max-width: 100%;
	height: auto;
}

.fonts_link {
	font-size: 10px;
	font-weight: bold;
	color: #09C;

}




#info dl dd table tr th {
	text-align: center;
}

#info dl dd table tr {
	text-align: center;
}

#info dl dd table td {
	text-align: left;
}

#info dl dd table .break {
	text-align: center;
	background: #eee;
}

/* 研修会プログラム表 */
#program2 .prgTitle {
	width: 30%;
}

#program2 .prgTitle2 {
	width: 80%;
}

#program2 .prgTeacher {
	width: 29%;
}

#program2 .prgChairman {
	width: 27%;
}


#infomain table tr th {
	color: #000;
	background: #ccc;
	border: 1px solid #929292;
	padding: 10px;
	text-align: center;
}

#infomain table tr td {
	border: 1px solid #929292;
	padding: 10px;
}

#infomain table tr .no {
	width: 5% !important;
	text-align: center;
}

#infomain table tr .tx_center {
	width: 25%;
}

#infomain table tr .main {
	width: 45%;
}

#infomain table tr .name {
	width: 45%;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.movie_seminar {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	max-width: 1000px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.movie_seminar h2 {
	font-size: 1.3em;
	font-weight: 600;
}

.movie_seminar table {
	width: 100%;
}

.movie_seminar tr td a {
	background-color: #09C;
	padding: 10px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #38393d
}

.movie_seminar tr td a:hover {
	background-color: #fff;
	color: #09C;
	border: 1px solid #09C;
	padding: 5px 10px;
	border-radius: 5px;
}

.movie_seminar tr {
	border: 1px solid #000;
	padding: 10px;
}

.movie_seminar tr th {
	border: 1px solid #000;
	background-color: #09C;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.movie_seminar tr td {
	border: 1px solid #000;
	padding: 10px;
	height: 30px;
}

.movie_btn {
	margin: 40px 0;
	font-size: 1em;
}

.movie_btn .movie_btn_bg {
	color: #fff;
	background-color: #09C;
	padding: 5px 15px;
	border: 2px solid #333;
	border-radius: 3px;
	display: inline-flex;
}

.movie_btn .movie_btn_bg:nth-of-type(2) {
	color: #fff;
	background-color: #09C;
	padding: 5px 15px;
	border: 2px solid #333;
	border-radius: 3px;
}

.movie_btn .movie_btn_bg:hover {
	background-color: #333;
	border: 2px solid #09C;
	transition: 0.2s;
}

.movie_btn .movie_btn_bg:nth-of-type(2):hover {
	background-color: #333;
	border: 2px solid #09C;
	transition: 0.2s;
}

.movie_btn .movie_btn_bg a {
	color: #fff;
}

.button_out {
	pointer-events: none;
}

.top_button {
	margin: 30px 0;
}

.top_button a {
	font-size: 1.4em;
	background-color: #fa8d28;
	color: #fff;
	padding: 20px 10px;
	border-radius: 5px;
	border: 3px solid #b95503;
	min-width: 500px;
	display: inline-block;
	font-weight: 600;
}

.top_button a:hover {
	font-size: 1.4em;
	background-color: #fff;
	color: #fa8d28;
	padding: 20px 10px;
	border-radius: 5px;
	border: 3px solid #fa8d28;
	min-width: 500px;
	display: inline-block;
	font-weight: 600;
}

.info_main_title {
	font-size: 1.4em;
	font-weight: 600;
	margin-top: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
}

.info_area {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.red_color {
	color: #ff0000 !important;
}

.wi150 {
	width: 150px !important;
}

@media screen and (max-width: 768px) {
	#link h2 img {
		display: block;
		width: 100%;
	}

	.link_ifhe ul {
		width: 100% !important;
	}

	#info h2 img,
	#history h2 img {
		display: block;
		width: 100%;
	}

	#info .title_cover {
		padding-top: 56px;
		margin-top: -56px;
	}

	#info dl.bunki {
		margin: 20px 0;
	}
}