@charset "UTF-8";

.bold {
	font-weight: bold;
}
.text-right {
	text-align: right;
	display: block;
}
.mark {
	display: inline;
	background-color: #e7e7a9;
	padding: 0 0.3em;
}
main .box {
	max-width: 100%;
}

#seminar_block {}

#seminar_block .title01 .text .min {
	display: block;
	font-size: 0.7em;
	padding-top: 0.3em;
}
#seminar_block .title01 .text .large {
	display: block;
	font-size: 0.8em;
	line-height: 1.5;
	padding-top: 0.2em;
}

#seminar_block .box .subtitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.35em;
	padding-bottom: 1.2em;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

#seminar_block .box .subtitle .add_wavydash {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
#seminar_block .box .subtitle .add_wavydash::before,
#seminar_block .box .subtitle .add_wavydash::after {
	content: "〜";
	font-weight: normal;
}
#seminar_block .box .subtitle .add_wavydash::before {
	padding-right: 0.6em;
}
#seminar_block .box .subtitle .add_wavydash::after {
	padding-left: 0.6em;
}

#seminar_block .box .subtitle .categorize {
	display: inline-block;
	background-color: #fff;
	color: #1f2774;
	font-size: 0.8em;
	padding: 0.2em 0.4em 0.1em 0.8em;
	border-radius: 3px;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	line-height: 1.3;
}

.wrap_2-columns {
	width: 100%;
	/* max-width: 900px; */
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.wrap_2-columns .box {
	width: 48%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.page main .container .box.form_box.seminar_form,
.page main .container .box.form_box.seminar_form .inline_form {
	margin-top: 0;
	padding: 0;
}
.page main .container .box.form_box.seminar_form .inline_form {
	margin-top: 0;
	padding: 0 5%;
}
.page main .container .box.form_box.seminar_form .inline_form iframe {
	/* height: 1100px !important; */
	height: 1252px !important;
}

.wrap_2-columns .seminar_detail {
	background-color: #000000;
	color: #FFF;
	padding: 20px;
}

.wrap_2-columns .seminar_detail .profile {
	background-color: #dddddd;
	color: #000;
	padding: 20px;
	margin-top: 1.7em;
}
.wrap_2-columns .seminar_detail .profile .name {
	display: block;
	padding-bottom: 0.5em;
}

.table_seminar_info {
	background-color: #fff;
	width: 100%;
	margin-top: 1.5em;
	color: #000;
}
.table_seminar_info th,
.table_seminar_info td {
	border: 1px solid #e3cdcd;
	padding: 0.5em;
}
.table_seminar_info th {
	width: auto;
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
	.title01.large_title .anime_decorat .text {
		height: 12vw;
	}
	#seminar_block .title01 .text .min {
		font-size: 1.9vw;
	}
	#seminar_block .title01 .text .large {
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 767px) {
	.title01.large_title .anime_decorat .text {
		/* height: 7em; */
		/* height: 6.5em; */
		height: 5.6em;
	}
	#seminar_block .title01 .text .min {
		font-size: 0.6em;
		padding-top: 0;
		padding-bottom: 0.2em;
	}
	#seminar_block .title01 .text .large {
		/* font-size: 0.85em; */
		font-size: 0.7em;
	}
	#seminar_block .box .subtitle {
		font-size: 1.18em;
		padding-bottom: 1em;
	}
	#seminar_block .box .subtitle .add_wavydash::before {
		padding-right: 0.4em;
	}
	#seminar_block .box .subtitle .add_wavydash::after {
		padding-left: 0.4em;
	}
	#seminar_block .box .subtitle .categorize {
		padding-top: 0.3em;
		padding-bottom: 0.1em;
	}
	.wrap_2-columns {
		width: 100%;
		display: block;
		padding-top: 1em;
	}
	.wrap_2-columns .box {
		width: 100%;
	}
	.page main .container .box.form_box.seminar_form {
		margin-top: 2em;
	}
	.page main .container .box.form_box.seminar_form .inline_form {
	}
	.page main .container .box.form_box.seminar_form .inline_form iframe {
		/* height: 1180px !important; */
		height: 1060px !important;
	}
	.wrap_2-columns .seminar_detail .profile .name {
		line-height: 1.6;
	}
}
