@charset "UTF-8";
/*/_styleSet:2025/02/24 15-54-35,page-forum2025:2025/12/03 09-48-24,page-forum2025_online:2025/12/03 09-57-01/*/
.block{
	padding:0 20px;
}
.inner{
	max-width:1000px;
	margin:0 auto;
}
input:not([type=submit]) {
	border:1px solid rgb(0,0,0,1);
	margin:0.3em auto 0.3em 0;
	text-align:left;
	display:inline-block;
	padding:0.2em;
	height:2em;
	max-width:500px;
}
.wide-input{
	width:100%;
	max-width:initial;
}
.half-input{
	width:50%;
	max-width:300px;
}
.formInput{
	width:100%;
}
textarea {
	border:1px solid rgb(0,0,0,1);
	margin:0.3em auto 0.3em 0;
	text-align:left;
	display:inline-block;
	width:100%;
	padding:0.2em;
	height:5em;
}
select {
	width:auto;
	margin:0.3em auto 0.3em 0;
	border:1px solid rgb(0,0,0,1);
	display:inline-block;
	padding:0.2em;
	border-radius:3px;
	height:2em;
	text-align:left;
	font-weight:500;
	color:#000;
}
.readonly{
	background-color:rgba(240,240,240,1);
	border:1px solid rgba(204,204,204,1);
	color:rgba(102,102,102,1);
}
input[type=checkbox],input[type=radio] {
	width:1em;
	margin:0.3em 0.5em auto 0;
	border:1px solid rgb(0,0,0,1);
	display:inline-block;
	padding:5px;
	border-radius:3px;
	height:1em;
}
.bt-form{
	margin:1em 0.5em 0.5em;
	display:inline-block;
	min-width:15em;
	height:3em;
	padding:0 1em;
	border:2px solid #000;
	font-weight:bold;
}
.top-capture{
	display:inline-block;
	font-weight:bold;
	font-size:24px;
	position:relative;
}
.top-capture:after {
	content:"";
	position:absolute;
	top:calc( 100% + 0.5em );
	left:50%;
	width:3em;
	height:0.3em;
	background-color:var(--accent_color);
	transform:translateX(-50%);
	border-radius:1em;
}
article table{
	border:0;
	width:100%;
}
article th{
	width:25%;
	padding:2% 1%;
	background-color:var(--theme_color);
	font-size:15px;
	text-align:center;
	border:0;
	border-bottom:1px solid rgba(204,204,204,1);
	font-weight:500;
	color:rgba(255,255,255,1);
}
article td{
	width:75%;
	padding:1% 2%;
	font-size:15px;
	text-align:left;
	border:0;
	border-bottom:1px solid rgba(204,204,204,1);
	font-weight:500;
}
.content h2,.editor-styles-wrapper h2,.content .style-h2,.editor-styles-wrapper .style-h2{
	font-size:20px;
	font-weight:bold;
	position:relative;
	padding:0.2em 1em 0.2em 0.8em;
	background-color:rgba(245,245,245,1);
	margin:0 0 0.7em;
	display:block;
	color:#000;
}
.content h2:before,.editor-styles-wrapper h2:before,.content .style-h2:before,.editor-styles-wrapper .style-h2:before{
	width:0.3em;
	height:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-color:var(--theme_color);
	content:"";
}
.content h3,.editor-styles-wrapper h3,.content .style-h3,.editor-styles-wrapper .style-h3{
	font-size:18px;
	font-weight:bold;
	position:relative;
	padding:0.1em 1em 0.1em 0.3em;
	margin:0.5em 0;
	color:var(--theme_color);
	display:block;
	background-color:transparent;
	border-bottom:1px solid var(--theme_color);
	text-align:left;
	letter-spacing:0.1em;
}
.content h3:before,.editor-styles-wrapper h3:before,.content .style-h3:before,.editor-styles-wrapper .style-h3:before{
	position:absolute;
	background-color:var(--theme_color);
	content:"";
	left:0.4em;
	width:0.3em;
	top:50%;
	transform:translateY(-50%);
	height:0.3em;
	display:none;
}
.content h4,.editor-styles-wrapper h4,.content .style-h4,.editor-styles-wrapper .style-h4{
	font-size:16px;
	font-weight:bold;
	position:relative;
	padding:0.1em 1em 0.1em 0;
	margin:0.5em 0;
	display:block;
	background-color:transparent;
}
article ul{
	padding:0 0 0 1em;
}
article li{
	list-style-type:square;
}
.link_button{
	border:2px solid rgb(30,35,30);
	color:rgb(30,35,30);
	padding:0.5em 1.5em;
	min-width:9em;
	display:inline-block;
	font-size:18px;
	margin:0 1em 0.5em 0;
	font-weight:bold;
	background-color:rgba(255,255,255,1);
}
.fill.black button{
	background-color:#0b0000;
	color:rgba(255,255,255,1);
	border:1px solid #0b0000;
}
.fill.black button:hover{
	color:#0b0000;
	background-color:rgba(255,255,255,1);
}
.black button{
	background-color:transparent;
	color:#0b0000;
	border:1px solid #0b0000;
}
.black button:hover{
	color:rgba(255,255,255,1);
	background-color:#0b0000;
}
.link_button.orange {
	border:2px solid var(--accent_color);
	color:var(--accent_color);
	transition-duration:0.2s;
}
.link_button.orange:hover {
	color:var(--accent_color);
	background-color:rgba(255,255,255,1);
}
.link_button.fill.orange {
	border:2px solid var(--accent_color);
	color:rgba(255,255,255,1);
	background-color:var(--accent_color);
	transition-duration:0.2s;
}
.link_button.fill.orange:hover {
	color:var(--accent_color);
	background-color:rgba(255,255,255,1);
}
.link_button.theme_color {
	border:2px solid var(--theme_color);
	color:var(--theme_color);
	font-weight:bold;
	transition-duration:0.2s;
}
.link_button.theme_color:hover {
	color:rgba(255,255,255,1);
	background-color:var(--theme_color);
}
.fill.link_button.theme_color {
	border:2px solid var(--theme_color);
	color:rgba(255,255,255,1);
	background-color:var(--theme_color);
	transition-duration:0.2s;
}
.fill.link_button.theme_color:hover {
	color:var(--theme_color);
	background-color:rgba(255,255,255,1);
}
.fill.gray button , button.link_button.fill.gray{
	border:2px solid #8f8d88;
	color:rgba(255,255,255,1);
	background-color:#8f8d88;
}
.gray button , button.link_button.gray{
	border:1px solid #8f8d88;
	color:#8f8d88;
	background-color:rgba(255,255,255,0.7);
}
.gray button:hover{
	color:rgba(255,255,255,1);
	background-color:#8f8d88;
}
.gray-indigo button{
	border:1px solid #7c868c;
	color:#7c868c;
	background-color:transparent;
}
.gray-indigo button:hover{
	color:rgba(255,255,255,1);
	background-color:#7c868c;
}
.gray-brown button{
	border:1px solid #838270;
	color:#838270;
	background-color:transparent;
}
.gray-brown button:hover{
	color:rgba(255,255,255,1);
	background-color:#838270;
}
.block-top-menu button , .block-top-news button{
	position:relative;
	padding:1em 0;
	border-radius:0;
	font-size:14px;
	margin:0;
	transition-duration:0.2s;
	max-width:100%;
	width:100%;
}
.block-top-menu button:before , .block-top-news button:before {
	background-image:url(../img/arw_corner.svg);
	background-size:contain;
	background-position:center;
	width:0.5em;
	height:0.5em;
	position:absolute;
	right:2%;
	bottom:12%;
	content:"";
	background-repeat:no-repeat;
}
._block_top button:hover , button.arrow_link:hover{
	background-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	background-image:url(../img/arw_corner-w.svg);
}
._block_top button.reverse:hover{
	background-color:rgba(243,242,238,0.8);
	color:rgba(0,0,0,1);
	background-image:url(../img/arw_corner.svg);
}
.forum2025-h2{
	background-color:#baecd8;
	font-weight:bold;
	padding:0.8em 1.5em;
	letter-spacing:0.1em;
	margin:0;
	text-align:left;
	font-size:18px;
}
.forum2025-h3{
	line-height:2;
	font-weight:bold;
	margin:1em 0 0.5em;
}
.forum2025-h3 label{
	background-color:#d19818;
	line-height:2;
	display:inline-block;
	padding:0 0.2em;
	color:rgba(255,255,255,1);
	margin:0 1em 0 0;
	width:auto;
	text-align:center;
	min-width:6em;
	letter-spacing:0.1em;
}
ul.list-square li{
	list-style:square;
	margin:0 0 0.6em;
	font-weight:bold;
}
.play-box{
	float:right;
	width:12em;
}
.play-box-link{
	display:block;
	margin:0;
}
.play-box-link-bt{
	letter-spacing:0.2em;
	width:100%;
	height:2em;
	font-weight:bold;
	font-size:18px;
	border:1px solid #000;
	background-image:url(../img/icon_arw.svg);
	background-size:1em;
	background-position:5% 50%;
	padding:0 0 0 1em;
	transition-duration:0.3s;
}
.play-box-link-bt:hover {
	background-color:rgba(255,255,255,1);
	opacity:0.8;
	box-shadow:0 0 0.5em 0 rgba(0,0,0,0.3);
	background-image:url(../img/icon_arw.svg);
	background-size:1em;
	background-position:5% 50%;
	background-repeat:no-repeat;
}
.play-box-tx{
	font-weight:bold;
	margin:1em 0 0;
	text-align:center;
}
.forum-box{
	border-bottom:0.3em dotted rgba(0,0,0,1);
	padding:0 0 1em;
	margin:1.5em 0;
}
.forum-box-ttl{
	line-height:2;
	font-weight:bold;
	margin:0 0 0.5em;
	float:left;
}
.forum-box-tx{
	margin:0.5em 0;
	line-height:1.5;
	width:100%;
	clear:both;
}
.forum-box-pdfDL button{
	color:#303f9f;
	font-weight:bold;
	padding:0.3em 0 0.3em 1.7em;
	background-image:url(../img/pdficon.jpg);
	background-size:1.4em;
	background-position:0% 50%;
	background-repeat:no-repeat !important;
}
.forum-box-pdfDL:hover button , .forum-box-pdfDL:visited button , .forum-box-pdfDL:active button , .forum-box-pdfDL:focus button{
	background-image:url(../img/pdficon.jpg);
	background-size:1.4em;
	background-position:0% 50%;
	background-repeat:no-repeat !important;
	opacity:0.8;
	box-shadow:0 0 0.5em 0 rgba(0,0,0,0.3);
	background-color:rgba(255,255,255,1);
}
@media screen and (max-width: 768px){
	.block{
		padding:0 2vw;
	}
	.top-capture{
		font-size:4.5vw;
	}
	.content h2,.editor-styles-wrapper h2,.content .style-h2,.editor-styles-wrapper .style-h2{
		font-size:4.5vw;
	}
	.content h3,.editor-styles-wrapper h3,.content .style-h3,.editor-styles-wrapper .style-h3{
		font-size:4.2vw;
	}
	.content h4,.editor-styles-wrapper h4,.content .style-h4,.editor-styles-wrapper .style-h4{
		font-size:3.8vw;
	}
	.link_button{
		font-size:3.3vw;
		padding:0.5em 0;
	}
	.block-top-menu button , .block-top-news button{
		font-size:3.2vw;
		padding:1em 0;
		background-color:var(--bg_color);
	}
	.forum2025-h2{
		font-size:4.5vw;
	}
	.play-box{
		margin:0 0 2vw;
	}
	.play-box-link-bt{
		font-size:4vw;
	}
	.forum-box-ttl{
		font-size:4vw;
	}
}