<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#intro .text_link{
	text-align: right;
}
#intro svg{
    display: inline-block;
    vertical-align: middle;
    width: 0.5625rem;
    height: 0.9375rem;
    /*margin: 0.0625rem 0.625rem 0 0;*/
    margin: -0.125rem 0.625rem 0 0;
}
#intro .img_bnr{
    display: inline-block;
}
.img_bnr img{
	width: 100%;
	margin: 0.5rem auto;
}
.intro_text{
	display: inline-block;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: bold;
}
/* 算数１年分冊囲み */
.sansu1_square{
	border:1px solid #c0c0c0;
	border-radius:0.25em;
	padding:0 .2em;
}
/* R6中学校WEBプラス表 */
.table_box.web_plus table th,
.table_box.web_plus table td{
	width: 25%;
	word-break: break-all;
	white-space: normal;
	vertical-align: top;
}
/*
.overflow_table_outer:not(:first-of-type){
	margin-top: 1em;
	color: aqua;
}
*/

.coming_soon{
	position: relative;
}
.coming_soon .table_list::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-image: url("/images/web_plus/coming_soon.png");
	/* containだと高さが違うセルで表示サイズが異なってしまう
	background-size: contain;
	*/
	background-size: auto 2.5em;;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,.5);
}
@media screen and (min-width : 601px){
	/* 年間指導計画型目次用 */
	.table_box.clm3 table td span.text{
		word-break: break-all;
		white-space: normal;
	}




}@media screen and (max-width : 600px){
	/* WEBプラス */
    .table_box.web_plus table th,
    .table_box.web_plus table td{
        word-break: break-all;
    }
	.table_list{
		/*
        background-color: aqua;
		*/
        width: 12em;
	}
	.table_box table td .table_list .table_list_text{
		/*
		background-color: magenta;
		*/
		display: inline;
	}

	/* なぜか改めて書かないと表示される */
	.bookcover .bookcoverImg.pc_tb{
		display: none;
	}
	/* 中学保健体育個別調整 */
	#pe_textbook .table_box table td.newline{
    	white-space: nowrap;
	}

}

</pre></body></html>