@charset "utf-8";
/*------------------------------------------------------------
	outline
------------------------------------------------------------*/
.ly_cont_main {margin-bottom: 40px;}
.bl_headLine03 {padding-bottom: 15px;}
.md_ttl_lv2 {line-height: 1.5;}
.md_ttl_lv3 {padding-bottom: 10px;}
.note {padding-left: 1em;text-indent: -1em;}
.md_link[href*=".pdf"]::after, .md_link[href*=".PDF"]::after {display: none;}
.table_box {margin-top: 40px;overflow: hidden !important;}
.table_box::-webkit-scrollbar {display: none;}
.table_box > div {height: 1000px !important; overflow: hidden !important;}
.table_box iframe {	height: 1110px; border: none; }
@media all and (max-width: 750px) {
	.ly_cont_main .bl_conts {margin-bottom: 37px;}
	.table_box iframe {	height: 1240px; }
	.table_box > div {height: 1010px !important;}
}
@media all and (max-width: 410px) {
	.table_box > div {height: 1100px !important;}
}
@media all and (max-width: 381px) {
	.table_box > div {height: 1120px !important;}
}

.toggle_title {
	cursor: pointer;
	position: relative;
}
.toggle_title span::before {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-1px);
	content:'';
	width: 15px;
	height: 2px;
	background: #472400;
}
.toggle_title span::after {
	position: absolute;
	top: 50%;
	right: 12.5px;
	transform: translate(1px, -50%);
	content:'';
	width: 2px;
	height: 15px;
	background: #472400;
}
.toggle_title.active span::after {
	display: none;
}
.t-slide {
	display: none;
}
.t-slide.active {
	display: block;
}
.hp_taLeft {
	text-align: left !important;
}